aboutsummaryrefslogtreecommitdiff
path: root/japanese/jtex209-ascii
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/jtex209-ascii
parentb84358bd6074f63917e478c7ba7a1f10f37db466 (diff)
downloadports-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/jtex209-ascii')
-rw-r--r--japanese/jtex209-ascii/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/jtex209-ascii/Makefile b/japanese/jtex209-ascii/Makefile
index 7ff392c62756..6dbd6dfe797c 100644
--- a/japanese/jtex209-ascii/Makefile
+++ b/japanese/jtex209-ascii/Makefile
@@ -3,14 +3,15 @@
# Date created: 4 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1997/09/24 06:43:46 max Exp $
+# $Id: Makefile,v 1.3 1997/11/10 11:22:21 asami Exp $
#
DISTNAME= ja-jlatex209-a17
-FILESDIR= ${.CURDIR}/../jtex209-both/files
-PATCHDIR= ${.CURDIR}/../jtex209-both/patches
BATCH_TEX= ASCII
MANUAL_PACKAGE_BUILD= incompatible with other versions of jtex-*
-.include <${.CURDIR}/../jtex209-both/Makefile>
+MASTERDIR= ${.CURDIR}/../jtex209-both/
+PKGDIR= ${.CURDIR}/pkg
+
+.include "${MASTERDIR}/Makefile"