diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /japanese/tcsh-nls-multi | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.zip FreeBSD-ports-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz |
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.)
Diffstat (limited to 'japanese/tcsh-nls-multi')
-rw-r--r-- | japanese/tcsh-nls-multi/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/tcsh-nls-multi/Makefile b/japanese/tcsh-nls-multi/Makefile index 3527632..732c1ec 100644 --- a/japanese/tcsh-nls-multi/Makefile +++ b/japanese/tcsh-nls-multi/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1998 # Whom: Issei Suzuki <issei@jp.FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/08/30 21:30:41 max Exp $ +# $Id: Makefile,v 1.2 1998/10/10 03:57:31 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.multi -.include "../tcsh-nls-generic/Makefile" +.include "${MASTERDIR}/Makefile" |