summaryrefslogtreecommitdiff
path: root/games/fillets-ng-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/fillets-ng-data/Makefile')
-rw-r--r--games/fillets-ng-data/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/fillets-ng-data/Makefile b/games/fillets-ng-data/Makefile
index ebf4ac27ba8..2d73c887929 100644
--- a/games/fillets-ng-data/Makefile
+++ b/games/fillets-ng-data/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/03/04 06:59:04 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:19 joerg Exp $
#
DISTNAME= fillets-ng-data-0.7.1
@@ -13,14 +13,15 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
NO_CONFIGURE= yes
+USE_TOOLS+= pax
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/games/fillets-ng
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/fillets-ng
cd ${WRKSRC} && \
- ${PAX} -rw -pm font images music script sound \
+ pax -rw -pm font images music script sound \
${DESTDIR}${PREFIX}/share/games/fillets-ng/
cd ${WRKSRC}/doc/html && \
- ${PAX} -rw -pm . ${DESTDIR}${PREFIX}/share/doc/fillets-ng/
+ pax -rw -pm . ${DESTDIR}${PREFIX}/share/doc/fillets-ng/
.include "../../mk/bsd.pkg.mk"