aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-26 22:36:46 +0800
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-26 22:36:46 +0800
commit42e4000fed137869d063d612f2f78d1241a90164 (patch)
treef120a25c81ad603269f47fb1bbfa742d4fbd826e /games
parentb283136f340a066fec2e90a36e7a0f019196bea7 (diff)
downloadfreebsd-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/Makefile5
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>