diff options
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 |