aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-04-22 17:28:31 +0800
committerpawel <pawel@FreeBSD.org>2014-04-22 17:28:31 +0800
commit57186f831ea14689f544de5e59d8a65be2bb5fcb (patch)
tree6f3c7d2d0be6a642ad49d200330ad4dd85b3583d /games
parentc398cdf35449be066d0de9425d20a582c140cb1b (diff)
downloadfreebsd-ports-gnome-57186f831ea14689f544de5e59d8a65be2bb5fcb.tar.gz
freebsd-ports-gnome-57186f831ea14689f544de5e59d8a65be2bb5fcb.tar.zst
freebsd-ports-gnome-57186f831ea14689f544de5e59d8a65be2bb5fcb.zip
Add staging support
Diffstat (limited to 'games')
-rw-r--r--games/tuxpaint-stamps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/tuxpaint-stamps/Makefile b/games/tuxpaint-stamps/Makefile
index 95621b9cd5f6..a3dde7433110 100644
--- a/games/tuxpaint-stamps/Makefile
+++ b/games/tuxpaint-stamps/Makefile
@@ -16,8 +16,9 @@ INSTALL_TARGET= install-all
DATADIR= ${PREFIX}/share/tuxpaint
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${MAKEFILE}
+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
+ -e 's|DATA_PREFIX)|DESTDIR)$$(&|' \
+ ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>