aboutsummaryrefslogtreecommitdiff
path: root/japanese/zipcodes/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-08-04 14:39:01 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-08-04 14:39:01 +0000
commit8cbc5d1ecc9af00bf6a1c7f7e8db61c1a117bb43 (patch)
tree270b4ec368a2070638c6a33a7376d3ba29c85830 /japanese/zipcodes/Makefile
parentbbac753ade0dc582ecdd6055f2581baff8d9dcd0 (diff)
downloadports-8cbc5d1ecc9af00bf6a1c7f7e8db61c1a117bb43.tar.gz
ports-8cbc5d1ecc9af00bf6a1c7f7e8db61c1a117bb43.zip
Update to 20090731.
Notes
Notes: svn path=/head/; revision=238884
Diffstat (limited to 'japanese/zipcodes/Makefile')
-rw-r--r--japanese/zipcodes/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile
index e6965e63a8e2..67a35f63eec4 100644
--- a/japanese/zipcodes/Makefile
+++ b/japanese/zipcodes/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= zipcodes
-PORTVERSION= 20090430
+PORTVERSION= 20090731
CATEGORIES= japanese
-MASTER_SITES= http://dist.bsdlab.org/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= kuriyama
DISTFILES= ken_all-${PORTVERSION_K}.lzh jigyosyo-${PORTVERSION_J}.lzh
MAINTAINER= kuriyama@FreeBSD.org
@@ -42,4 +43,7 @@ fetch2:
m=`stat -f %m jigyosyo.lzh`; \
${MV} jigyosyo.lzh `date -r $${m} +jigyosyo-%Y%m%d.lzh`
+scp:
+ scp *.lzh localdist:public_distfiles
+
.include <bsd.port.mk>