diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-13 11:48:06 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-13 11:48:06 +0000 |
commit | f30dbc4ce7953da3ac8318a737e90888faa81a96 (patch) | |
tree | b41b284924cce5a5d960f5f50695fed808e07b39 /japanese/zipcodes/Makefile | |
parent | 6fa2c4e0eceef93af72fd4617670ab4869f61081 (diff) | |
download | ports-f30dbc4ce7953da3ac8318a737e90888faa81a96.tar.gz ports-f30dbc4ce7953da3ac8318a737e90888faa81a96.zip |
Notes
Diffstat (limited to 'japanese/zipcodes/Makefile')
-rw-r--r-- | japanese/zipcodes/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile index ba06e5145fdc..85cddf17e36e 100644 --- a/japanese/zipcodes/Makefile +++ b/japanese/zipcodes/Makefile @@ -6,10 +6,10 @@ # PORTNAME= zipcodes -PORTVERSION= 20040730 +PORTVERSION= 20041004 CATEGORIES= japanese misc MASTER_SITES= http://dist.bsdlab.org/ -DISTFILES= ken_all-${PORTVERSION}.lzh jigyosyo-${PORTVERSION}.lzh +DISTFILES= ken_all-${PORTVERSION_K}.lzh jigyosyo-${PORTVERSION_J}.lzh MAINTAINER= kuriyama@FreeBSD.org COMMENT= Japanese zipcode tables. includes both 3/5 and 7 digits form @@ -24,6 +24,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD=yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} PERL=${PERL} +PORTVERSION_K?= 20040929 +PORTVERSION_J?= ${PORTVERSION} post-extract: @${CP} ${FILESDIR}/Makefile ${WRKDIR} |