diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-05 12:52:22 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2001-12-05 12:52:22 +0000 |
commit | edc0f6b58f932aed0bd979e3d9b09e487df7df3f (patch) | |
tree | 70b760247322ffe9b328db67f7941373b706fcc9 /mail/emh-xemacs21-mule | |
parent | b28522caf9c96548227d13128638da8b403fc081 (diff) | |
download | ports-edc0f6b58f932aed0bd979e3d9b09e487df7df3f.tar.gz ports-edc0f6b58f932aed0bd979e3d9b09e487df7df3f.zip |
Notes
Diffstat (limited to 'mail/emh-xemacs21-mule')
-rw-r--r-- | mail/emh-xemacs21-mule/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/emh-xemacs21-mule/Makefile b/mail/emh-xemacs21-mule/Makefile index 18bc853850cd..ce703de919ff 100644 --- a/mail/emh-xemacs21-mule/Makefile +++ b/mail/emh-xemacs21-mule/Makefile @@ -1,17 +1,12 @@ -# New ports collection makefile for: emh-xemacs21-mule +# New ports collection makefile for: emh (for xemacs21-mule) # Date Created: 12 Mar 2001 # Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../emh-emacs20 +MASTERDIR= ${.CURDIR}/../emh EMACS_PORT_NAME= xemacs21-mule -ALL_TARGET= package -INSTALL_TARGET= install-package -EMH_LISPDIR= lib/xemacs/site-packages/lisp/emh -XEMACS_ONLY= "" - .include <${MASTERDIR}/Makefile> |