diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-26 22:36:46 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-26 22:36:46 +0800 |
commit | 42e4000fed137869d063d612f2f78d1241a90164 (patch) | |
tree | f120a25c81ad603269f47fb1bbfa742d4fbd826e /games | |
parent | b283136f340a066fec2e90a36e7a0f019196bea7 (diff) | |
download | freebsd-ports-gnome-42e4000fed137869d063d612f2f78d1241a90164.tar.gz freebsd-ports-gnome-42e4000fed137869d063d612f2f78d1241a90164.tar.zst freebsd-ports-gnome-42e4000fed137869d063d612f2f78d1241a90164.zip |
Support staging
Diffstat (limited to 'games')
-rw-r--r-- | games/endgame-singularity-music/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/endgame-singularity-music/Makefile b/games/endgame-singularity-music/Makefile index 331088417635..e95ed73572a1 100644 --- a/games/endgame-singularity-music/Makefile +++ b/games/endgame-singularity-music/Makefile @@ -10,12 +10,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Music pack for endgame-singularity PROJECTHOST= endgame-singularity + NO_BUILD= yes USES= zip + DATADIR= ${PREFIX}/share/singularity -NO_STAGE= yes do-install: - @cd ${WRKSRC}/&&${COPYTREE_SHARE} music ${DATADIR}/ + cd ${WRKSRC}/ && ${COPYTREE_SHARE} music ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |