aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-10-19 10:00:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-10-19 10:00:04 +0800
commit22f4ee91dff297730e433ca6770c60ee823f946e (patch)
tree25e7e8e00f4379242f27a48cc28f62b2acbcd3b6 /games
parentab33f3b104987185536a8ddff1caca89e826f577 (diff)
downloadfreebsd-ports-gnome-22f4ee91dff297730e433ca6770c60ee823f946e.tar.gz
freebsd-ports-gnome-22f4ee91dff297730e433ca6770c60ee823f946e.tar.zst
freebsd-ports-gnome-22f4ee91dff297730e433ca6770c60ee823f946e.zip
- Support staging
Diffstat (limited to 'games')
-rw-r--r--games/memonix/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/memonix/Makefile b/games/memonix/Makefile
index 556c3a5a9e4c..34c37d3317f9 100644
--- a/games/memonix/Makefile
+++ b/games/memonix/Makefile
@@ -30,10 +30,9 @@ USE_GL= yes
WRKSRC= ${WRKDIR}/MemonixSourceCode
-PLIST_FILES= bin/Memonix %%DATADIR%%/gamedata.vfs
-PLIST_DIRS= %%DATADIR%%
+PLIST_FILES= bin/Memonix
+PORTDATA= *
-NO_STAGE= yes
post-extract:
@${TAR} -C ${WRKDIR} -xzf ${DISTDIR}/memx16.tar.gz
@@ -42,8 +41,8 @@ post-patch:
${WRKSRC}/src/Main.cpp
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/Memonix ${PREFIX}/bin
- ${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/Memonix/gamedata.vfs ${DATADIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/Memonix ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKDIR}/Memonix/gamedata.vfs ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>