diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-26 16:25:20 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2008-03-26 16:25:20 +0000 |
commit | aa2914e40cc784055ea380f58b26e54aee847752 (patch) | |
tree | a4f0092e069c5d41b876e47292f4f6cba2ecf719 /games/nethack34 | |
parent | 1d973e84ce3e19899d941185f3941a70099ccbd7 (diff) | |
download | ports-aa2914e40cc784055ea380f58b26e54aee847752.tar.gz ports-aa2914e40cc784055ea380f58b26e54aee847752.zip |
Notes
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 4d366199cc32..f8b009d1d684 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-src EXTRACT_SUFX= .tgz -MAINTAINER?= koitsu@FreeBSD.org -COMMENT?= A dungeon explorin', slashin', hackin' game +MAINTAINER= koitsu@FreeBSD.org +COMMENT= A dungeon explorin', slashin', hackin' game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |