summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-03-18 00:31:48 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-03-18 00:31:48 +0000
commit4b48457c964ed413147b6f4b4f9c1b55a06e6096 (patch)
tree9b65fa1bd18103627393044d1bb44238e41b1599 /japanese
parents/pre-install/pre-su-install/ because we're creating directories under (diff)
Move .include line position.
PR: ports/64393
Notes
Notes: svn path=/head/; revision=104338
Diffstat (limited to 'japanese')
-rw-r--r--japanese/zipcodes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile
index 9c870bd9d1e2..62a9e6b73418 100644
--- a/japanese/zipcodes/Makefile
+++ b/japanese/zipcodes/Makefile
@@ -28,8 +28,6 @@ MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} PERL=${PERL}
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
-.include <bsd.port.mk>
-
# for maintainance.
fetch1:
fetch http://post.ah-tech.co.jp/zipcode/dl/kogaki/lzh/ken_all.lzh
@@ -40,3 +38,5 @@ fetch2:
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`
+
+.include <bsd.port.mk>