diff options
author | edwin <edwin@FreeBSD.org> | 2014-05-12 12:58:09 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2014-05-12 12:58:09 +0800 |
commit | 49805063e5c2690585914fcdf6c4a37c265890a6 (patch) | |
tree | e6cdf116441bb22384ff062c4dc8ad88373c65f6 /games | |
parent | fae642a17974eb4f4286e7cecb705c414b589310 (diff) | |
download | freebsd-ports-gnome-49805063e5c2690585914fcdf6c4a37c265890a6.tar.gz freebsd-ports-gnome-49805063e5c2690585914fcdf6c4a37c265890a6.tar.zst freebsd-ports-gnome-49805063e5c2690585914fcdf6c4a37c265890a6.zip |
Fix staging
Diffstat (limited to 'games')
-rw-r--r-- | games/fxsudoku/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/fxsudoku/Makefile b/games/fxsudoku/Makefile index ad49a5244588..5dbc821f072e 100644 --- a/games/fxsudoku/Makefile +++ b/games/fxsudoku/Makefile @@ -10,13 +10,11 @@ MASTER_SITES= http://www.fifthplanet.net/files/ MAINTAINER= edwin@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> |