aboutsummaryrefslogtreecommitdiff
path: root/japanese/tcsh-nls-roomi
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-roomi
parentb84358bd6074f63917e478c7ba7a1f10f37db466 (diff)
downloadports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz
ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip
Notes
Diffstat (limited to 'japanese/tcsh-nls-roomi')
-rw-r--r--japanese/tcsh-nls-roomi/Makefile8
1 files changed, 5 insertions, 3 deletions
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 <issei@jp.FreeBSD.ORG>
#
-# $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"