aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2013-11-01 21:53:59 +0800
committerdanilo <danilo@FreeBSD.org>2013-11-01 21:53:59 +0800
commit6fc87fa53b3114478bd391fe1e4f6f2b113a0339 (patch)
tree4eeeec72738cda5e9bfc955c7f3c639c11f385e5
parent53bd10f9447d78a84a8bb3625aa1d72a9b53f5c8 (diff)
downloadfreebsd-ports-gnome-6fc87fa53b3114478bd391fe1e4f6f2b113a0339.tar.gz
freebsd-ports-gnome-6fc87fa53b3114478bd391fe1e4f6f2b113a0339.tar.zst
freebsd-ports-gnome-6fc87fa53b3114478bd391fe1e4f6f2b113a0339.zip
- Add stage support
-rw-r--r--games/freeciv-sounds/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile
index e471e24c8e54..9b5b2c23b342 100644
--- a/games/freeciv-sounds/Makefile
+++ b/games/freeciv-sounds/Makefile
@@ -14,8 +14,7 @@ COMMENT= Freeciv standard sound set
NO_BUILD= yes
WRKSRC= ${WRKDIR}/data
-NO_STAGE= yes
do-install:
- @cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${DATADIR}/
+ @cd ${WRKSRC}/&&${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>