diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-07-25 20:22:07 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-07-25 20:22:07 +0000 |
commit | cae4619702662dcb5398e800bde90fee66b5dee7 (patch) | |
tree | e69a3111ddd5ec60d62fa3f699025581b5f1fcef /editors/xemacs21/Makefile | |
parent | f01d3213211d74abb2aefa1ac633872a9714d199 (diff) |
Update to version 21.1.11.
Patch patch-al was obsoleted by a change in the target file.
Except for one minor change in PLIST the submitted patch worked
without errors. Excellent !
Submitted by: kiri@pis.toba-cmt.ac.jp
Notes
Notes:
svn path=/head/; revision=31035
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r-- | editors/xemacs21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 9b23b820d90e..afc992ce4b46 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ -DISTFILES= ${DISTNAME}a${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} MAINTAINER?= gj@FreeBSD.org @@ -24,7 +24,7 @@ LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ tiff.4:${PORTSDIR}/graphics/tiff XEMACS_REL= 21.1 -XEMACS_VER= 21.1.10 +XEMACS_VER= 21.1.11 DIST_SUBDIR= xemacs SLAVEDIRS+= editors/xemacs21-mule |