diff options
author | will <will@FreeBSD.org> | 2000-12-21 12:14:17 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-21 12:14:17 +0800 |
commit | 063f846cfe32a9b925b055ed2a348275f02eabfb (patch) | |
tree | 93898303b43b9c5a7e0f235db76b9fdc4a992070 /games/nethack34/Makefile | |
parent | 25edeee5226dc6dedaec559e282e57be6fe340c2 (diff) | |
download | freebsd-ports-gnome-063f846cfe32a9b925b055ed2a348275f02eabfb.tar.gz freebsd-ports-gnome-063f846cfe32a9b925b055ed2a348275f02eabfb.tar.zst freebsd-ports-gnome-063f846cfe32a9b925b055ed2a348275f02eabfb.zip |
Update to nethack 3.3.1.
PR: 21942
Submitted by: Gregory Bond <gnb@itga.com.au>
No response from: MAINTAINER (6 weeks timeout)
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index fa40cd4ff0ea..829ca11796db 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -6,14 +6,17 @@ # PORTNAME= nethack -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION2}/src/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +EXTRACT_SUFX= .tgz MAINTAINER= dscheidt@enteract.com +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XPM= yes USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 |