From c7a8a8ec7d045d5d6d4ee8f456963383f487af12 Mon Sep 17 00:00:00 2001 From: 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.) --- japanese/mule-canna+wnn6/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'japanese/mule-canna+wnn6') diff --git a/japanese/mule-canna+wnn6/Makefile b/japanese/mule-canna+wnn6/Makefile index c91819d..b400da5 100644 --- a/japanese/mule-canna+wnn6/Makefile +++ b/japanese/mule-canna+wnn6/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.3 1998/10/07 08:11:37 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/01 01:05:15 asami Exp $ # PKGNAME= ja-mule-canna+wnn6-2.3 @@ -12,4 +12,7 @@ CATEGORIES= japanese editors CANNA= yes WNN6= yes -.include "${.CURDIR}/../../editors/mule/Makefile" +MASTERDIR= ${.CURDIR}/../../editors/mule +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" -- cgit v1.1