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/jed | |
parent | c62bea27fe2d419668f48e9bda44f94f29806f7c (diff) | |
download | ports-be6c01ee85b2fa61f2030ef2065df69712693a50.tar.gz ports-be6c01ee85b2fa61f2030ef2065df69712693a50.zip |
Notes
Diffstat (limited to 'japanese/jed')
-rw-r--r-- | japanese/jed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index efa3b1228d63..8ac9e58805e7 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -8,8 +8,9 @@ PORTNAME= jed PORTVERSION= ${VERSION}.j${JP_VERSION} CATEGORIES= japanese editors -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://kondara.sdri.co.jp/~kikutani/slang/ +MASTER_SITE_SUBDIR= knu DISTNAME= ${PORTNAME}-B${VERSION:R}-${VERSION:E}__J${JP_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-extralibs-${VERSION}.tar.gz |