[Midnightbsd-cvs] mports: games/doom-data: Fix faking.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 31 16:24:27 EDT 2007


Log Message:
-----------
Fix faking.

Modified Files:
--------------
    mports/games/doom-data:
        Makefile (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/games/doom-data/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgames/doom-data/pkg-plist -Lgames/doom-data/pkg-plist -u -r1.1 -r1.2
--- games/doom-data/pkg-plist
+++ games/doom-data/pkg-plist
@@ -1,5 +1,5 @@
-%%DOOM%%%%DATADIR%%/doom1.wad
-%%HERETIC%%%%DATADIR%%/heretic1.wad
-%%HEXEN%%%%DATADIR%%/hexen.wad
-%%STRIFE%%%%DATADIR%%/strife0.wad
- at unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any WAD files left in %D/%%DATADIR%%." | fmt
+%%DOOM%%share/doom/doom1.wad
+%%HERETIC%%share/doom/heretic1.wad
+%%HEXEN%%share/doom/hexen.wad
+%%STRIFE%%share/doom/strife0.wad
+ at unexec rmdir %D/share/doom >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any WAD files left in %D/share/doom." | fmt
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/doom-data/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgames/doom-data/Makefile -Lgames/doom-data/Makefile -u -r1.1 -r1.2
--- games/doom-data/Makefile
+++ games/doom-data/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	data
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://www.ijs.si/~lesi/distfiles/doom/
 PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}


More information about the Midnightbsd-cvs mailing list