svn commit: r353769 - head/games/fxsudoku

Edwin Groothuis edwin at FreeBSD.org
Mon May 12 04:58:10 UTC 2014


Author: edwin
Date: Mon May 12 04:58:09 2014
New Revision: 353769
URL: http://svnweb.freebsd.org/changeset/ports/353769
QAT: https://qat.redports.org/buildarchive/r353769/

Log:
  Fix staging

Modified:
  head/games/fxsudoku/Makefile

Modified: head/games/fxsudoku/Makefile
==============================================================================
--- head/games/fxsudoku/Makefile	Mon May 12 04:20:17 2014	(r353768)
+++ head/games/fxsudoku/Makefile	Mon May 12 04:58:09 2014	(r353769)
@@ -10,13 +10,11 @@ MASTER_SITES=	http://www.fifthplanet.net
 MAINTAINER=	edwin at mavetju.org
 COMMENT=	An implementation of the Sudoku game
 
-LIB_DEPENDS=	FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
+LIB_DEPENDS=	libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		tar:bzip2 gmake
 PLIST_FILES=	bin/fxsudoku
 
-NO_STAGE=	yes
 post-extract:
 	${CP} ${FILESDIR}/config.freebsd ${WRKSRC}/build
 
@@ -24,6 +22,6 @@ do-build:
 	cd ${WRKSRC} && MAKE=${GMAKE} ./gb
 
 do-install:
-	cd ${WRKSRC} && MAKE=${GMAKE} ./gb install --prefix=${PREFIX}
+	cd ${WRKSRC} && MAKE=${GMAKE} ./gb install --prefix=${STAGEDIR}${PREFIX}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list