diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-19 07:21:40 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-19 07:21:40 +0800 |
commit | f0ea258e2ae83658cb05bc63b021ddd7aeb8df3d (patch) | |
tree | 159d9f9486f483a1e31d4ed0fbdfeec6ce9060c0 /editors/xemacs21-mule-common | |
parent | 500a7dfea0e95406668e0046e8c6a245f8cbe3f0 (diff) | |
download | freebsd-ports-gnome-f0ea258e2ae83658cb05bc63b021ddd7aeb8df3d.tar.gz freebsd-ports-gnome-f0ea258e2ae83658cb05bc63b021ddd7aeb8df3d.tar.zst freebsd-ports-gnome-f0ea258e2ae83658cb05bc63b021ddd7aeb8df3d.zip |
Update to 21.1.9
PR: 16743
Submitted by: maintainer
Diffstat (limited to 'editors/xemacs21-mule-common')
-rw-r--r-- | editors/xemacs21-mule-common/Makefile | 12 | ||||
-rw-r--r-- | editors/xemacs21-mule-common/pkg-descr | 4 | ||||
-rw-r--r-- | editors/xemacs21-mule-common/pkg-install | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile index 2ebf011baed8..5e754081d8f6 100644 --- a/editors/xemacs21-mule-common/Makefile +++ b/editors/xemacs21-mule-common/Makefile @@ -84,11 +84,11 @@ post-install:: fi @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} -# for make DESCR and COMMENT (only maintainer use) -pre-arrange:: - ${SED} -e "s/%%XEMACS_VER%%/${XEMACS_VER}/g" \ - -e "s/%%XEMACS_REL%%/${XEMACS_REL}/g" \ - ${INSTALL_TMPL} > ${PKGINSTALL} - ${CHOWN} kiri:staff ${PKGINSTALL} +## for make DESCR and COMMENT (only maintainer use) +#pre-arrange:: +# ${SED} -e "s/%%XEMACS_VER%%/${XEMACS_VER}/g" \ +# -e "s/%%XEMACS_REL%%/${XEMACS_REL}/g" \ +# ${INSTALL_TMPL} > ${PKGINSTALL} +# ${CHOWN} kiri:staff ${PKGINSTALL} .include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule/Makefile" diff --git a/editors/xemacs21-mule-common/pkg-descr b/editors/xemacs21-mule-common/pkg-descr index 2ae58cf88599..30eb00ab1707 100644 --- a/editors/xemacs21-mule-common/pkg-descr +++ b/editors/xemacs21-mule-common/pkg-descr @@ -1,9 +1,9 @@ This is XEmacs lisp files, info pages, and so on (except executables) -for XEmacs with Mule(version 21.1.8), the next generation of Emacs. +for XEmacs with Mule(version 21.1.9), the next generation of Emacs. You must install one of packages, xemacs-mule-21.1, ja-xemacs-*-21.1 (ja-xemacs-canna-21.1, ja-xemacs-canna+wnn4-21.1, etc.), -each of which contains only the executables for XEmacs with Mule(vresion 21.1.8). +each of which contains only the executables for XEmacs with Mule(vresion 21.1.9). This package and the above package of the executables *will* clobber any existing XEmacs installation. In particular, the executables and man diff --git a/editors/xemacs21-mule-common/pkg-install b/editors/xemacs21-mule-common/pkg-install index b3f8e41baeef..f50fc365f2a9 100644 --- a/editors/xemacs21-mule-common/pkg-install +++ b/editors/xemacs21-mule-common/pkg-install @@ -3,5 +3,5 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi echo "################################################################" echo "You must install one of packages, xemacs-mule and " echo " ja-xemacs-*-21.1 (ja-xemacs-21.1, ja-xemacs-canna-21.1, etc.)" -echo ", each of which contains only the executables for XEmacs(version 21.1.8)" +echo ", each of which contains only the executables for XEmacs(version 21.1.9)" echo "################################################################" |