diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-30 07:00:02 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-30 07:00:02 +0800 |
commit | 4fe1d521ce132a3ee8d05d545b6ff071dbaf31eb (patch) | |
tree | 5ae4af0c01ac668db71b04a6556ecb8cdc86146b /games | |
parent | ed450dd67c2f30f81e7e211f32c443fc97a9e5b3 (diff) | |
download | freebsd-ports-graphics-4fe1d521ce132a3ee8d05d545b6ff071dbaf31eb.tar.gz freebsd-ports-graphics-4fe1d521ce132a3ee8d05d545b6ff071dbaf31eb.tar.zst freebsd-ports-graphics-4fe1d521ce132a3ee8d05d545b6ff071dbaf31eb.zip |
- pass to new maintainer
- while here pet portlint
Diffstat (limited to 'games')
-rw-r--r-- | games/doom-data/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/doom-data/Makefile b/games/doom-data/Makefile index c954495edd6..eee1d39648c 100644 --- a/games/doom-data/Makefile +++ b/games/doom-data/Makefile @@ -6,13 +6,11 @@ PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ - PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} EXTRACT_SUFX= .bz2 -DISTFILES= # DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jakub_lach@mailplus.pl COMMENT= Shareware data files for Doom, Doom II, Hexen, Heretic, and Strife USE_BZIP2= yes |