From 555a3ebe6cdf7d9691773cd13c13503ad2fdffae Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 1 Dec 1998 03:06:49 +0000 Subject: 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.) --- mail/mew-xemacs21-mule/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mail/mew-xemacs21-mule') diff --git a/mail/mew-xemacs21-mule/Makefile b/mail/mew-xemacs21-mule/Makefile index 4aaa4d8c353d..0e2bf5ea7c80 100644 --- a/mail/mew-xemacs21-mule/Makefile +++ b/mail/mew-xemacs21-mule/Makefile @@ -3,7 +3,7 @@ # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/05 22:11:54 kuriyama Exp $ # PKGNAME= mew-xemacs-mule-1.93 @@ -15,4 +15,7 @@ DIRENTRY= "* Mew:: Messaging in the Emacs World (English)." \ INFOFILE= mew.info \ mew.jis.info -.include "${.CURDIR}/../../mail/mew-common/Makefile" +MASTERDIR= ${.CURDIR}/../../mail/mew-common +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3