summaryrefslogtreecommitdiff
path: root/japanese/zipcodes/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-21 18:54:32 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-21 18:54:32 +0000
commitb635adcf59ce09c2f3996e6143169fea75045680 (patch)
tree1c9a6dcc30c7a181b0acea76c03b6b7f97603d56 /japanese/zipcodes/Makefile
parentAdd qkmj. Do not sell for profit. (NO_CDROM in its Makefile) (diff)
update to 20001101.
Notes
Notes: svn path=/head/; revision=37407
Diffstat (limited to 'japanese/zipcodes/Makefile')
-rw-r--r--japanese/zipcodes/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile
index 59c0e6a6ad51..50f23abc6e00 100644
--- a/japanese/zipcodes/Makefile
+++ b/japanese/zipcodes/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= zipcodes
-PORTVERSION= 19980130
+PORTVERSION= 20001101
CATEGORIES= japanese misc
-MASTER_SITES= http://www.postal.mpt.go.jp/lzh/ \
- http://freefall.freebsd.org/~itojun/distfiles/
+MASTER_SITES= http://www.post.yusei.go.jp/newnumber/lzh/s/
EXTRACT_SUFX= .lzh
DISTNAME= ken_all
@@ -19,10 +18,13 @@ BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \
nkf:${PORTSDIR}/japanese/nkf
EXTRACT_CMD= lha
-EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR}
-EXTRACT_AFTER_ARGS= # empty
+EXTRACT_BEFORE_ARGS= p
+EXTRACT_AFTER_ARGS= >ken_all.csv
NO_WRKSUBDIR= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR}
+post-extract:
+ @${CP} ${FILESDIR}/Makefile ${WRKDIR}
+
.include <bsd.port.mk>