summaryrefslogtreecommitdiff
path: root/japanese/tcsh-nls-ruri2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
commit555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch)
tree8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /japanese/tcsh-nls-ruri2
parentAdd dependency to xpm. (diff)
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/Makefile8
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"