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/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/fillets-ng-data/Makefile b/games/fillets-ng-data/Makefile
index 15774d34c9d..ed82461c9ef 100644
--- a/games/fillets-ng-data/Makefile
+++ b/games/fillets-ng-data/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/11/27 16:12:27 salo Exp $
+# $NetBSD: Makefile,v 1.3 2006/08/14 22:33:59 wiz Exp $
#
-DISTNAME= fillets-ng-data-0.6.1
+DISTNAME= fillets-ng-data-0.7.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fillets/}
@@ -14,11 +14,11 @@ NO_CONFIGURE= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/fillets-ng
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/fillets-ng
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fillets-ng
cd ${WRKSRC} && \
${PAX} -rw -pm font images music script sound \
${PREFIX}/share/games/fillets-ng/
- cd ${WRKSRC}/doc/html/ && \
- ${PAX} -rw -pm . ${PREFIX}/share/doc/html/fillets-ng/
+ cd ${WRKSRC}/doc/html && \
+ ${PAX} -rw -pm . ${PREFIX}/share/doc/fillets-ng/
.include "../../mk/bsd.pkg.mk"