diff options
author | nork <nork@FreeBSD.org> | 2003-04-04 14:34:29 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-04 14:34:29 +0800 |
commit | ce34f34c49eddf0159a3def41fcc89d2c3f0d7b5 (patch) | |
tree | 1c73e45497e47f3b04301f18ec44d2589b8aa7ca /japanese/zipcodes | |
parent | b0ebb965992df1ea181e127ed9dc83217046680b (diff) | |
download | freebsd-ports-gnome-ce34f34c49eddf0159a3def41fcc89d2c3f0d7b5.tar.gz freebsd-ports-gnome-ce34f34c49eddf0159a3def41fcc89d2c3f0d7b5.tar.zst freebsd-ports-gnome-ce34f34c49eddf0159a3def41fcc89d2c3f0d7b5.zip |
Update to 25 Mar 2003.
Change MASTER_SITE by Japan Post Ministry organizational reform to Japan
Post (Company).
Fix new *_DEPENDS.
Submitted by: Noriaki TAKEMOTO <takemoto@shp.sony.co.jp>
Diffstat (limited to 'japanese/zipcodes')
-rw-r--r-- | japanese/zipcodes/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile index f7008f1b3299..27a881556548 100644 --- a/japanese/zipcodes/Makefile +++ b/japanese/zipcodes/Makefile @@ -6,24 +6,24 @@ # PORTNAME= zipcodes -PORTVERSION= 20030307 +PORTVERSION= 20030325 CATEGORIES= japanese misc -MASTER_SITES= http://www.post.yusei.go.jp/newnumber/lzh/s/ +MASTER_SITES= http://post.ah-tech.co.jp/zipcode/dl/address/do/lzh/ DISTNAME= ken_all EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Japanese zipcode tables. includes both 3/5 and 7 digits form -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ - nkf:${PORTSDIR}/japanese/nkf +EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha +BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha EXTRACT_BEFORE_ARGS= p EXTRACT_AFTER_ARGS= >ken_all.csv NO_WRKSUBDIR= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} PERL=${PERL} post-extract: |