diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 08:06:23 +0000 |
commit | b731a87d83af4a808603fc4208e14b034a6aa28c (patch) | |
tree | 6f602f58e8628c1d555cb5122d2d371b7a0e44cf /mail/mew-emacs20 | |
parent | d4ea58e2e7567f5d64c7ab1414efccf707687f0e (diff) | |
download | ports-b731a87d83af4a808603fc4208e14b034a6aa28c.tar.gz ports-b731a87d83af4a808603fc4208e14b034a6aa28c.zip |
Notes
Diffstat (limited to 'mail/mew-emacs20')
-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" |