summaryrefslogtreecommitdiff
path: root/japanese/emacs-manual/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-08 18:52:31 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-08 18:52:31 +0000
commit39f29bc1a6861385511c63de13d9d1e1d01e6aff (patch)
treec78b28d871ba6d8f6e515e0ff7a34e1afc2fa091 /japanese/emacs-manual/Makefile
parentUpdate to portcheckout-2.0 (diff)
Update to 1999.12.13.
Synchronize with updating emacs-20.5(a). PR: ports/15979 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes
Notes: svn path=/head/; revision=24567
Diffstat (limited to 'japanese/emacs-manual/Makefile')
-rw-r--r--japanese/emacs-manual/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile
index 24cb9d832896..e0ab17d04e2d 100644
--- a/japanese/emacs-manual/Makefile
+++ b/japanese/emacs-manual/Makefile
@@ -6,26 +6,26 @@
# $FreeBSD$
#
-DISTNAME= emacs-20.4-man-jp
-PKGNAME= ja-emacs-manual-13.1999.09.12
+DISTNAME= emacs-20.5-man-jp
+PKGNAME= ja-emacs-manual-13.1999.12.13
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/
EXTRACT_SUFX= .tgz
MAINTAINER= okazaki@be.to
-BUILD_DEPENDS= emacs-20.4:${PORTSDIR}/editors/emacs20 \
+BUILD_DEPENDS= ${EMACS}:${PORTSDIR}/editors/emacs20 \
/nonexistent:${PORTSDIR}/editors/emacs20:checksum
# EMACS_ARC is fetched by BUILD_DEPENDS
-EMACS_DISTNAME= emacs-20.4
-EMACS_ARC= ${EMACS_DISTNAME}.tar.gz
+EMACS_DISTNAME= emacs-20.5
+EMACS_ARC= ${EMACS_DISTNAME}a.tar.gz
EMACS_SRCDIR= ${WRKDIR}/${EMACS_DISTNAME}
EXTRACT_FILES= ${EMACS_DISTNAME}/man/ack.texi \
${EMACS_DISTNAME}/lisp/textmodes/texinfmt.el
# We use emacs20 to format texinfo files.
-EMACS= emacs-20.4
+EMACS= emacs-20.5
FORMAT_FLAG= t
MAKE_ENV= EMACS="${EMACS}" FORMAT_FLAG="${FORMAT_FLAG}"