Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 10:50:31 +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: r354923 - head/games/foobillard
Message-ID:  <201405231050.s4NAoVfO070297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri May 23 10:50:31 2014
New Revision: 354923
URL: http://svnweb.freebsd.org/changeset/ports/354923
QAT: https://qat.redports.org/buildarchive/r354923/

Log:
  - Stage support
  - Convert gmake to USES

Modified:
  head/games/foobillard/Makefile
  head/games/foobillard/pkg-plist

Modified: head/games/foobillard/Makefile
==============================================================================
--- head/games/foobillard/Makefile	Fri May 23 10:03:23 2014	(r354922)
+++ head/games/foobillard/Makefile	Fri May 23 10:50:31 2014	(r354923)
@@ -17,12 +17,11 @@ OPTIONS_DEFINE=	SDL NVIDIA_BUMPREF
 SDL_DESC=	SDL instead of glut
 NVIDIA_BUMPREF_DESC=	NVidia extensions
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 FREETYPE_CONFIG?=	${LOCALBASE}/bin/freetype-config
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_XORG=	xaw ice
 
@@ -48,13 +47,11 @@ CONFIGURE_ARGS+=	--enable-glut
 CONFIGURE_ARGS+=	--disable-nvidia
 .endif
 
-MAN6=		foobillard.6
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%FREETYPE_CONFIG%%|${FREETYPE_CONFIG}|g' \
 		${WRKSRC}/src/Makefile.in
 
 post-install:
-	@${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${MAN6PREFIX}/man/man6/foobillard.6
+	@${INSTALL_MAN} ${WRKSRC}/foobillard.6 ${STAGEDIR}${PREFIX}/man/man6/foobillard.6
 
 .include <bsd.port.mk>

Modified: head/games/foobillard/pkg-plist
==============================================================================
--- head/games/foobillard/pkg-plist	Fri May 23 10:03:23 2014	(r354922)
+++ head/games/foobillard/pkg-plist	Fri May 23 10:50:31 2014	(r354923)
@@ -31,4 +31,5 @@ bin/foobillard
 %%DATADIR%%/tabletex_fB_128x128.png
 %%DATADIR%%/tabletex_fB_256x256.png
 %%DATADIR%%/youregon.ttf
+man/man6/foobillard.6.gz
 @dirrm %%DATADIR%%



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