aboutsummaryrefslogtreecommitdiff
path: root/games/dungeon
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-28 16:13:02 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-28 16:13:02 +0000
commitc66aaf530e29c29463f04692378512017b6984cd (patch)
treef070eb82b260604fc33e6811577f8bf7fc6598f1 /games/dungeon
parentf8ae60ef290af766ac3c7ddb2d52b9d26e6cb74d (diff)
downloadports-c66aaf530e29c29463f04692378512017b6984cd.tar.gz
ports-c66aaf530e29c29463f04692378512017b6984cd.zip
Notes
Diffstat (limited to 'games/dungeon')
-rw-r--r--games/dungeon/Makefile5
-rw-r--r--games/dungeon/pkg-plist4
2 files changed, 4 insertions, 5 deletions
diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile
index f3247b4b5cbe..203967af7c1c 100644
--- a/games/dungeon/Makefile
+++ b/games/dungeon/Makefile
@@ -18,12 +18,11 @@ MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/ \
http://ifarchive.flavorplex.com/if-archive/games/source/ \
http://www.vaxdungeon.com/Archive/dungeon/
DISTFILES= dungn27s.zip dungn32b.zip
+EXTRACT_ONLY= dungn27s.zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Text adventure game of ZORK
-EXTRACT_ONLY= dungn27s.zip
-
NO_WRKSUBDIR= yes
USE_ZIP= yes
#WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -39,7 +38,7 @@ post-extract:
(cd ${WRKSRC} && ${LS} > ${TMPFILE}.1)
(cd ${WRKSRC} && ${AWK} -f ${FILESDIR}/aa.awk < ${TMPFILE}.1 \
> ${TMPFILE}.2)
- (cd ${WRKSRC} && sh ${TMPFILE}.2)
+ (cd ${WRKSRC} && ${SH} ${TMPFILE}.2)
(cd ${WRKSRC} && ${RM} ${TMPFILE}.?)
(cd ${WRKSRC} && ${CP} makefile Makefile)
diff --git a/games/dungeon/pkg-plist b/games/dungeon/pkg-plist
index 747e2e071ea9..ae59551b6ea4 100644
--- a/games/dungeon/pkg-plist
+++ b/games/dungeon/pkg-plist
@@ -1,8 +1,8 @@
bin/dungeon
-share/dungeon/dtextc.dat
+%%DATADIR%%/dtextc.dat
%%PORTDOCS%%%%DOCSDIR%%/dungn32b.zip
%%PORTDOCS%%%%DOCSDIR%%/history
%%PORTDOCS%%%%DOCSDIR%%/manifest
%%PORTDOCS%%%%DOCSDIR%%/readme
-%%PORTDOCS%%@dirrm%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/dungeon