aboutsummaryrefslogtreecommitdiff
path: root/mail/mew-emacs20
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
commit555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch)
tree8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /mail/mew-emacs20
parentb84358bd6074f63917e478c7ba7a1f10f37db466 (diff)
downloadports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz
ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip
Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
Notes
Notes: svn path=/head/; revision=14974
Diffstat (limited to 'mail/mew-emacs20')
-rw-r--r--mail/mew-emacs20/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mew-emacs20/Makefile b/mail/mew-emacs20/Makefile
index c74d442f271a..1e8fc09ae8aa 100644
--- a/mail/mew-emacs20/Makefile
+++ b/mail/mew-emacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/11/05 22:10:45 kuriyama Exp $
#
PKGNAME= mew-emacs20-1.93
@@ -12,4 +12,7 @@ EMACS_NAME= Emacs-20.3
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World."
INFOFILE= mew.info
-.include "${.CURDIR}/../../mail/mew-common/Makefile"
+MASTERDIR= ${.CURDIR}/../../mail/mew-common
+PKGDIR= ${.CURDIR}/pkg
+
+.include "${MASTERDIR}/Makefile"