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/tcsh-nls-roomi/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'japanese/tcsh-nls-roomi/Makefile') diff --git a/japanese/tcsh-nls-roomi/Makefile b/japanese/tcsh-nls-roomi/Makefile index bef330391f79..3fb8b8ae9620 100644 --- a/japanese/tcsh-nls-roomi/Makefile +++ b/japanese/tcsh-nls-roomi/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1998 # Whom: Issei Suzuki # -# $Id: Makefile,v 1.1.1.1 1998/08/30 21:27:34 max Exp $ +# $Id: Makefile,v 1.2 1998/10/10 03:57:32 steve Exp $ # DISTNAME= tcsh-6.08.00.add @@ -13,7 +13,9 @@ MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ MAINTAINER= issei@jp.FreeBSD.ORG -PLIST= ../tcsh-nls-generic/pkg/PLIST +MASTERDIR= ${.CURDIR}/../tcsh-nls-generic +PKGDIR= ${.CURDIR}/pkg +PLIST= ${MASTERDIR}/pkg/PLIST NLSSRC= ${DISTNAME}/nls/ja.roomi -.include "../tcsh-nls-generic/Makefile" +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3