diff options
author | ade <ade@FreeBSD.org> | 2000-09-18 02:44:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-18 02:44:59 +0800 |
commit | 3a48b9e4e6054dcffd44375139365bd03df3d548 (patch) | |
tree | 677fc2e4e3a53e2c177d21d323e968e838b43694 /games/zangband/Makefile | |
parent | b29995ceaf750dee8abb851cc7855a3498bd22d2 (diff) | |
download | freebsd-ports-gnome-3a48b9e4e6054dcffd44375139365bd03df3d548.tar.gz freebsd-ports-gnome-3a48b9e4e6054dcffd44375139365bd03df3d548.tar.zst freebsd-ports-gnome-3a48b9e4e6054dcffd44375139365bd03df3d548.zip |
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
Diffstat (limited to 'games/zangband/Makefile')
-rw-r--r-- | games/zangband/Makefile | 3 |
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" |