diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:00:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:00:23 +0800 |
commit | 895f74f826936c6e4881bf55a702b282e8efc272 (patch) | |
tree | b7dc8a052fd2997f1cd0b8310a810401e786c800 | |
parent | 3a3a86a2815d283f33797e1a092f4451c24565f2 (diff) | |
download | freebsd-ports-gnome-895f74f826936c6e4881bf55a702b282e8efc272.tar.gz freebsd-ports-gnome-895f74f826936c6e4881bf55a702b282e8efc272.tar.zst freebsd-ports-gnome-895f74f826936c6e4881bf55a702b282e8efc272.zip |
Stagify.
Approved by: portmgr@
-rw-r--r-- | games/naev-data/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/naev-data/Makefile b/games/naev-data/Makefile index 4f1a84735868..9c1e774f7c8f 100644 --- a/games/naev-data/Makefile +++ b/games/naev-data/Makefile @@ -21,13 +21,12 @@ DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX:S/-//} PLIST_FILES= share/${PKGNAMEPREFIX:S/-//}/${PORTNAME:S/^/n/}-${PORTVERSION} PLIST_DIRS= share/${PKGNAMEPREFIX:S/-//} -NO_STAGE= yes do-extract: @@${MKDIR} ${WRKSRC} @${CP} ${_DISTDIR}/${DISTFILES} ${WRKSRC} do-install: - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |