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.) --- japanese/jvim3-wnn6/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'japanese/jvim3-wnn6') diff --git a/japanese/jvim3-wnn6/Makefile b/japanese/jvim3-wnn6/Makefile index ffb13cb71d28..39f35ec0239a 100644 --- a/japanese/jvim3-wnn6/Makefile +++ b/japanese/jvim3-wnn6/Makefile @@ -3,11 +3,14 @@ # Date created: 98/11/17 # Whom: Satoshi TAOKA # -# $Id: Makefile,v 1.1.1.1 1998/10/20 15:52:55 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/11/24 19:47:59 sada Exp $ # PKGNAME= ja-jvim-wnn6-3.0.1.3i WNN6= yes -.include "${.CURDIR}/../jvim3/Makefile" +MASTERDIR= ${.CURDIR}/../jvim3 +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3