diff options
Diffstat (limited to 'mail/mew-xemacs21-mule')
-rw-r--r-- | mail/mew-xemacs21-mule/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/mew-xemacs21-mule/Makefile b/mail/mew-xemacs21-mule/Makefile index 2ec254d55290..1f5a6a000ac6 100644 --- a/mail/mew-xemacs21-mule/Makefile +++ b/mail/mew-xemacs21-mule/Makefile @@ -6,16 +6,8 @@ # $FreeBSD$ # -PKGNAME= mew-xemacs-mule-1.93 +EMACS_PORT_NAME= xemacs-mule -EMACS_NAME= XEmacs-Mule-20.4 -DIRSECTION= Local Packages: -DIRENTRY= "* Mew:: Messaging in the Emacs World (English)." \ - "* Mew.jis:: Messaging in the Emacs World (Japanese)." -INFOFILE= mew.info \ - mew.jis.info +MASTERDIR= ${.CURDIR}/../../mail/mew -MASTERDIR= ${.CURDIR}/../../mail/mew-common -PKGDIR= ${.CURDIR}/pkg - -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile" |