diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-12-13 00:32:11 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-12-13 00:32:11 +0000 |
commit | 6e387c0950925411fbb083656b9e5f75509b88f2 (patch) | |
tree | 1519f52cef2420086ea6f977d94e86ee0453cc5b /japanese/emacs-manual | |
parent | 3e169cfd87ad1c3ba339666ae6817c631f2f16e7 (diff) |
Notes
Diffstat (limited to 'japanese/emacs-manual')
-rw-r--r-- | japanese/emacs-manual/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile index 5c3247c6e5bc..cf50b42154bc 100644 --- a/japanese/emacs-manual/Makefile +++ b/japanese/emacs-manual/Makefile @@ -8,11 +8,11 @@ PORTNAME= emacs-manual PORTVERSION= 13.20000303 CATEGORIES= japanese -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/emacs-20.x/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= emacs +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/emacs-20.x/:ascii \ + ${MASTER_SITE_GNU:S/$/:gnu/} +MASTER_SITE_SUBDIR= emacs/:gnu DISTNAME= emacs-20.6-man-jp -DISTFILES= ${DISTNAME}.tgz ${EMACS_ARC} +DISTFILES= ${DISTNAME}.tgz:ascii ${EMACS_ARC:S/$/:gnu/} MAINTAINER= okazaki@FreeBSD.org COMMENT= Japanese translation of the GNU Emacs Manual |