diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-21 16:59:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-21 16:59:22 +0800 |
commit | 071aba83e059286622ab54a3f4ad62600b683fae (patch) | |
tree | b475b93852fa3640142d42c5f28ae7efd8b9ace4 /games | |
parent | 53f75e54a49feca219bb5b472f72d5e184283571 (diff) | |
download | freebsd-ports-gnome-071aba83e059286622ab54a3f4ad62600b683fae.tar.gz freebsd-ports-gnome-071aba83e059286622ab54a3f4ad62600b683fae.tar.zst freebsd-ports-gnome-071aba83e059286622ab54a3f4ad62600b683fae.zip |
Finish stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/dungeon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile index c096f015c557..d651a5cd97b0 100644 --- a/games/dungeon/Makefile +++ b/games/dungeon/Makefile @@ -3,6 +3,7 @@ PORTNAME= dungeon PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/:source \ ftp://ftp.ifarchive.com/if-archive/games/source/:source \ @@ -22,9 +23,9 @@ MAINTAINER= sailor@63bit.net COMMENT= Text adventure which became Zork I-III NO_WRKSUBDIR= yes -MAN6= dungeon.6 PLIST_FILES= bin/dungeon \ + man/man6/dungeon.6.gz \ %%DATADIR%%/dundat \ %%PORTDOCS%%%%DOCSDIR%%/dungn32b.zip PLIST_DIRS= %%DATADIR%% |