svn commit: r344347 - head/games/live-f1

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:13:16 UTC 2014


Author: miwi
Date: Sat Feb 15 10:13:15 2014
New Revision: 344347
URL: http://svnweb.freebsd.org/changeset/ports/344347
QAT: https://qat.redports.org/buildarchive/r344347/

Log:
  - Stage support

Modified:
  head/games/live-f1/Makefile

Modified: head/games/live-f1/Makefile
==============================================================================
--- head/games/live-f1/Makefile	Sat Feb 15 10:13:05 2014	(r344346)
+++ head/games/live-f1/Makefile	Sat Feb 15 10:13:15 2014	(r344347)
@@ -18,13 +18,14 @@ WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVER
 
 OPTIONS_DEFINE=	NLS
 
-USES=		pkgconfig gettext:build iconv
-USE_GMAKE=	yes
+USES=		pkgconfig gettext:build iconv gmake
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/live-f1 \
+		man/man1/live-f1.1.gz
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -33,10 +34,4 @@ CONFIGURE_ARGS+=	--enable-nls
 CONFIGURE_ARGS+=	--disable-nls
 .endif
 
-PLIST_FILES=	bin/live-f1
-MAN1=		live-f1.1
-
-#pre-configure:
-#	@cd ${WRKSRC} && autopoint
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list