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/kinput2-canna+freewnn/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'japanese/kinput2-canna+freewnn') diff --git a/japanese/kinput2-canna+freewnn/Makefile b/japanese/kinput2-canna+freewnn/Makefile index 06219d2e5a1..ac4af17e4e1 100644 --- a/japanese/kinput2-canna+freewnn/Makefile +++ b/japanese/kinput2-canna+freewnn/Makefile @@ -3,11 +3,14 @@ # Date created: 19 Dec 1997 # Whom: Satoshi TAOKA # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/28 14:22:23 kuriyama Exp $ # PKGNAME= ja-kinput2-canna+wnn4-2.0.4 CANNA= yes WNN4= yes -.include "${.CURDIR}/../kinput2-wnn4/Makefile" +MASTERDIR= ${.CURDIR}/../kinput2-wnn4/ +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" -- cgit