svn commit: r333724 - head/games/xmille

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Nov 13 20:09:22 UTC 2013


Author: danilo
Date: Wed Nov 13 20:09:22 2013
New Revision: 333724
URL: http://svnweb.freebsd.org/changeset/ports/333724

Log:
  - Add stage support

Modified:
  head/games/xmille/Makefile

Modified: head/games/xmille/Makefile
==============================================================================
--- head/games/xmille/Makefile	Wed Nov 13 20:06:15 2013	(r333723)
+++ head/games/xmille/Makefile	Wed Nov 13 20:09:22 2013	(r333724)
@@ -16,18 +16,15 @@ WRKSRC=		${WRKDIR}/Mille
 
 USES=		imake
 USE_XORG=	x11 xext
-MAN1=		xmille.1
-MANCOMPRESSED=	no
-PLIST_FILES=	bin/xmille
+PLIST_FILES=	bin/xmille man/man1/xmille.1.gz
 MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=	-Wno-error=return-type
 
-NO_STAGE=	yes
 post-extract:
 	@${FIND} ${WRKSRC} -name '*.[ao]' -delete
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xmille ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xmille.man ${MANPREFIX}/man/man1/xmille.1
+	${INSTALL_PROGRAM} ${WRKSRC}/xmille ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/xmille.man ${STAGEDIR}${MANPREFIX}/man/man1/xmille.1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list