summaryrefslogtreecommitdiff
path: root/games/zangband/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-17 18:44:59 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-17 18:44:59 +0000
commitb8da4b7c7472a73e0acea87d4a05e65e512c9261 (patch)
treef50a944899f8066af2abcb631f748df3d549335d /games/zangband/Makefile
parentSince recent 5-CURRENT has hesiod.h, configure detects it and (diff)
Fix MD5 checksum error (font files re-added to the archive)
Update patch for japanese/zangband satellite port. PORTREVISION bumped PR: 21161 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=32774
Diffstat (limited to 'games/zangband/Makefile')
-rw-r--r--games/zangband/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile
index ae4a4b1d863b..a2c1e0b6c8d6 100644
--- a/games/zangband/Makefile
+++ b/games/zangband/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zangband
PORTVERSION= 2.4.0${JP_VERSION}
+PORTREVISION= 1
CATEGORIES+= games
MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Variant/ \
ftp://ftp.sunet.se/pub/games/Angband/Variant/ \
@@ -49,7 +50,7 @@ ANGBANDBIN?= bin/jzangband
E_VERSION= ${PORTVERSION:S/${JP_VERSION}//}
.if defined(JAPANESE)
-PATCH_VERSION= 000822
+PATCH_VERSION?= 000901
JP_VERSION= .j${PATCH_VERSION}
PLIST_ADD= ${PKGDIR}/PLIST.ja
MAKE_ARGS+= JAPANESE_CFLAGS="-DJP -DEUC"