diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-09 21:01:32 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-09 21:01:32 +0000 |
commit | ca82e7631c916b7f39a82a555044b0e6d5308b26 (patch) | |
tree | cd5ca3cf4a76be9fa4833a7f28ebae98f9c6d3b0 /mail/mew-emacs20/Makefile | |
parent | b4d27ad943b022fe09ea158d7d5912d8344632ac (diff) |
Notes
Diffstat (limited to 'mail/mew-emacs20/Makefile')
-rw-r--r-- | mail/mew-emacs20/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/mail/mew-emacs20/Makefile b/mail/mew-emacs20/Makefile index d80448b47b7f..89d768bc3b0a 100644 --- a/mail/mew-emacs20/Makefile +++ b/mail/mew-emacs20/Makefile @@ -5,22 +5,13 @@ # $FreeBSD$ # -MAINTAINER= ports@FreeBSD.org -COMMENT= Message interface to Emacs Window for emacs20 - -# This is a slave port. MASTERDIR= ${.CURDIR}/../mew +MAINTAINER= ports@FreeBSD.org +COMMENT= Messaging in the Emacs World for emacs20 + # set emacs port USE_EMACS= yes EMACS_PORT_NAME=emacs20 -# target name for make build and install -ALL_TARGET= all jinfo #info -INSTALL_TARGET= install install-info install-jinfo install-etc - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} -INFO= mew.jis - .include "${MASTERDIR}/Makefile" |