diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-08 01:46:08 +0800 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-08 01:46:08 +0800 |
commit | 17c7314e0aeb0219f5b8c92d6816e4f7f09b7ed4 (patch) | |
tree | aee3a62151d60c3d2cf913311162b0a6814cba15 /games/moagg/Makefile | |
parent | a71f2b1cdf0dcdf4ab2d8870349a9d24dda5f060 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |