diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | 555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch) | |
tree | 8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /japanese/tcsh-nls-ruri2 | |
parent | b84358bd6074f63917e478c7ba7a1f10f37db466 (diff) | |
download | ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip |
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.)
Notes
Notes:
svn path=/head/; revision=14974
Diffstat (limited to 'japanese/tcsh-nls-ruri2')
-rw-r--r-- | japanese/tcsh-nls-ruri2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/tcsh-nls-ruri2/Makefile b/japanese/tcsh-nls-ruri2/Makefile index 74cddb842fa3..7f4cf823adc4 100644 --- a/japanese/tcsh-nls-ruri2/Makefile +++ b/japanese/tcsh-nls-ruri2/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:32:43 max Exp $ +# $Id: Makefile,v 1.2 1998/10/10 03:57:33 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.ruri2 -.include "../tcsh-nls-generic/Makefile" +.include "${MASTERDIR}/Makefile" |