aboutsummaryrefslogtreecommitdiffstats
path: root/games/moagg/Makefile
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-01-08 01:46:08 +0800
committerRusmir Dusko <nemysis@FreeBSD.org>2014-01-08 01:46:08 +0800
commit17c7314e0aeb0219f5b8c92d6816e4f7f09b7ed4 (patch)
treeaee3a62151d60c3d2cf913311162b0a6814cba15 /games/moagg/Makefile
parenta71f2b1cdf0dcdf4ab2d8870349a9d24dda5f060 (diff)
downloadfreebsd-ports-gnome-17c7314e0aeb0219f5b8c92d6816e4f7f09b7ed4.tar.gz
freebsd-ports-gnome-17c7314e0aeb0219f5b8c92d6816e4f7f09b7ed4.tar.zst
freebsd-ports-gnome-17c7314e0aeb0219f5b8c92d6816e4f7f09b7ed4.zip
- Add missing ${STAGEDIR}
- Add missing in pkg-plist Reported by: makc
Diffstat (limited to 'games/moagg/Makefile')
-rw-r--r--games/moagg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/moagg/Makefile b/games/moagg/Makefile
index c28bb2a089f9..e13763927917 100644
--- a/games/moagg/Makefile
+++ b/games/moagg/Makefile
@@ -41,7 +41,7 @@ do-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "data ghosts jar" \
${STAGEDIR}${DATADIR})
.for d in hiscores.dat log4j.properties
- ${INSTALL_DATA} ${WRKSRC}/${d} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DATADIR}
.endfor
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \