diff options
author | koitsu <koitsu@FreeBSD.org> | 2008-03-27 00:25:20 +0800 |
---|---|---|
committer | koitsu <koitsu@FreeBSD.org> | 2008-03-27 00:25:20 +0800 |
commit | 2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5 (patch) | |
tree | 1f6a1978844e47be380bb0761dcbaca337ecac09 /games | |
parent | b6c7250077fb1bdd09c42048568ba14a86f84e40 (diff) | |
download | freebsd-ports-gnome-2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5.tar.gz freebsd-ports-gnome-2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5.tar.zst freebsd-ports-gnome-2c838cc3a87ca8da70b47c8f62ba8cf44bf5ddb5.zip |
* Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)
* Add some redundancy fetch locations to MASTER_SITE_LOCAL.
Diffstat (limited to 'games')
-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} |