diff options
author | vd <vd@FreeBSD.org> | 2007-10-14 17:58:22 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-10-14 17:58:22 +0800 |
commit | 34ffc11aa229d744c7eee500812e62f142a4fcda (patch) | |
tree | 13484de697d9fcdd161104b10ee336bd1cd551b2 /japanese/navi2ch-xemacs21-mule/Makefile | |
parent | 3ab6ffa193acbe395a59db9dc14f7fad3bb1eb63 (diff) | |
download | freebsd-ports-gnome-34ffc11aa229d744c7eee500812e62f142a4fcda.tar.gz freebsd-ports-gnome-34ffc11aa229d744c7eee500812e62f142a4fcda.tar.zst freebsd-ports-gnome-34ffc11aa229d744c7eee500812e62f142a4fcda.zip |
* Copy the contents of the master port japanese/navi2ch-emacs20 to the slave port
japanese/navi2ch-emacs21 because the former is deprecated and going to be removed
soon. Adjust it to point to emacs21 by default.
* Adjust the slave port japanese/navi2ch-xemacs21-mule to point to the newly
created master port japanese/navi2ch-emacs21.
Diffstat (limited to 'japanese/navi2ch-xemacs21-mule/Makefile')
-rw-r--r-- | japanese/navi2ch-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/navi2ch-xemacs21-mule/Makefile b/japanese/navi2ch-xemacs21-mule/Makefile index 5a3a59fe2241..9666a768e143 100644 --- a/japanese/navi2ch-xemacs21-mule/Makefile +++ b/japanese/navi2ch-xemacs21-mule/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../navi2ch-emacs20 +MASTERDIR= ${.CURDIR}/../navi2ch-emacs21 USE_EMACS= yes EMACS_PORT_NAME= xemacs21-mule |