svn commit: r358681 - head/games/dungeon

Antoine Brodin antoine at FreeBSD.org
Sat Jun 21 08:59:23 UTC 2014


Author: antoine
Date: Sat Jun 21 08:59:22 2014
New Revision: 358681
URL: http://svnweb.freebsd.org/changeset/ports/358681
QAT: https://qat.redports.org/buildarchive/r358681/

Log:
  Finish stage support

Modified:
  head/games/dungeon/Makefile

Modified: head/games/dungeon/Makefile
==============================================================================
--- head/games/dungeon/Makefile	Sat Jun 21 08:52:18 2014	(r358680)
+++ head/games/dungeon/Makefile	Sat Jun 21 08:59:22 2014	(r358681)
@@ -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 at 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%%


More information about the svn-ports-head mailing list