diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-06 16:58:45 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-06 16:58:45 +0000 |
commit | bfb01afeba48122275b153e226e1165a6f874143 (patch) | |
tree | 9cef40966f31651ee7d84fde13bb8eb544043784 /games/dmjava | |
parent | 1754e553bd66d7ff1deca3409a9cbcbc318f229e (diff) | |
download | ports-bfb01afeba48122275b153e226e1165a6f874143.tar.gz ports-bfb01afeba48122275b153e226e1165a6f874143.zip |
redefine the MAINTAINER field with my FreeBSD address
Approved By: alex (mentor)
Notes
Notes:
svn path=/head/; revision=80276
Diffstat (limited to 'games/dmjava')
-rw-r--r-- | games/dmjava/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dmjava/Makefile b/games/dmjava/Makefile index 14d27bb4af9d..5c182a78975a 100644 --- a/games/dmjava/Makefile +++ b/games/dmjava/Makefile @@ -18,7 +18,7 @@ DISTFILES= DMJ.ZIP ${MY_PATCHFILES} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= DMJ.ZIP -MAINTAINER= lehmann@ans-netz.de +MAINTAINER= oliver@freebsd.org COMMENT= Dungeon Master Java is a remake of the classic Dungeon Master by FTL EXTRACT_AFTER_ARGS= -d ${WRKSRC} |