diff options
Diffstat (limited to 'mail/mew-emacs20/Makefile')
-rw-r--r-- | mail/mew-emacs20/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/mew-emacs20/Makefile b/mail/mew-emacs20/Makefile index bb967090df0a..76853d09a199 100644 --- a/mail/mew-emacs20/Makefile +++ b/mail/mew-emacs20/Makefile @@ -6,14 +6,8 @@ # $FreeBSD$ # -PKGNAME= mew-emacs20-1.93 +EMACS_PORT_NAME= emacs20 -EMACS_NAME= Emacs-20.3 -DIRSECTION= The Emacs editor and associated tools -DIRENTRY= "* Mew: (mew). Messaging in the Emacs World." -INFOFILE= mew.info +MASTERDIR= ${.CURDIR}/../../mail/mew -MASTERDIR= ${.CURDIR}/../../mail/mew-common -PKGDIR= ${.CURDIR}/pkg - -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile" |