Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:13:16 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344347 - head/games/live-f1
Message-ID:  <201402151013.s1FADG6w044258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151013.s1FADG6w044258>