diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-05 03:06:12 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-05 03:06:12 +0000 |
commit | 6bca316376bbb3fe7d546e8ae228674f66869fda (patch) | |
tree | 41d1b6500b7381d5f686451b530d67480d65af78 /games/nethack34-nox11/Makefile | |
parent | 00dc1eb210a076071b91760241952ad13ad0eed5 (diff) |
Update to version 3.2.3
PR: 15442
Submitted by: David Scheidt <dscheidt@enteract.com>
Notes
Notes:
svn path=/head/; revision=24427
Diffstat (limited to 'games/nethack34-nox11/Makefile')
-rw-r--r-- | games/nethack34-nox11/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index 4d4edb7ee19e..79e268671a7e 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: nethack -# Version required: 3.2.2 +# Version required: 3.2.3 # Date created: 27 March 1995 # Whom: asami # @@ -7,11 +7,16 @@ # DISTNAME= nethack-3.2.2 +PKGNAME= nethack-3.2.3 CATEGORIES= games -MASTER_SITES= ftp://ftp.wtower.com/nethack/sources/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \ + ftp://ftp.wtower.com/nethack/sources/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack +PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ +PATCHFILES= nh-3.2.2-3.2.3.diff + MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |