diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-29 02:31:42 +0000 |
commit | be6c01ee85b2fa61f2030ef2065df69712693a50 (patch) | |
tree | 0877333f8365a55defdb5b17b76269bfa53693f7 /japanese/esecanna | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) | |
download | ports-be6c01ee85b2fa61f2030ef2065df69712693a50.tar.gz ports-be6c01ee85b2fa61f2030ef2065df69712693a50.zip |
Use ${MASTER_SITE_LOCAL}.
Notes
Notes:
svn path=/head/; revision=29964
Diffstat (limited to 'japanese/esecanna')
-rw-r--r-- | japanese/esecanna/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile index 3814d907365a..1f2762141b4e 100644 --- a/japanese/esecanna/Makefile +++ b/japanese/esecanna/Makefile @@ -9,7 +9,8 @@ PORTNAME= esecanna PORTVERSION= 0.99.1 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= knu@FreeBSD.org |