aboutsummaryrefslogtreecommitdiff
path: root/japanese/zipcodes/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2008-12-30 23:50:37 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2008-12-30 23:50:37 +0000
commit68c063025b7256c7cb6b01c04f4c05616358c989 (patch)
tree2e385162d5a814b698cae2d6dd3673e9ff306080 /japanese/zipcodes/Makefile
parent98251252d9c9dbe60c889b11930e3527d6641be3 (diff)
downloadports-68c063025b7256c7cb6b01c04f4c05616358c989.tar.gz
ports-68c063025b7256c7cb6b01c04f4c05616358c989.zip
Update to 20081226.
Notes
Notes: svn path=/head/; revision=225025
Diffstat (limited to 'japanese/zipcodes/Makefile')
-rw-r--r--japanese/zipcodes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile
index 534d0d4efe7d..d8e8cd6aeab9 100644
--- a/japanese/zipcodes/Makefile
+++ b/japanese/zipcodes/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zipcodes
-PORTVERSION= 20081128
+PORTVERSION= 20081226
CATEGORIES= japanese
MASTER_SITES= http://dist.bsdlab.org/
DISTFILES= ken_all-${PORTVERSION_K}.lzh jigyosyo-${PORTVERSION_J}.lzh
@@ -34,12 +34,12 @@ post-extract:
fetch1:
fetch http://www.post.japanpost.jp/zipcode/dl/kogaki/lzh/ken_all.lzh
fetch http://www.post.japanpost.jp/zipcode/dl/jigyosyo/lzh/jigyosyo.lzh
- chmod og+r *.lzh
+ ${CHMOD} og+r *.lzh
fetch2:
m=`stat -f %m ken_all.lzh`; \
- mv ken_all.lzh `date -r $${m} +ken_all-%Y%m%d.lzh`
+ ${MV} ken_all.lzh `date -r $${m} +ken_all-%Y%m%d.lzh`
m=`stat -f %m jigyosyo.lzh`; \
- mv jigyosyo.lzh `date -r $${m} +jigyosyo-%Y%m%d.lzh`
+ ${MV} jigyosyo.lzh `date -r $${m} +jigyosyo-%Y%m%d.lzh`
.include <bsd.port.mk>