aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/jtex209-ascii
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-01 11:06:49 +0800
committerasami <asami@FreeBSD.org>1998-12-01 11:06:49 +0800
commitc7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch)
treef75c559bb5a68ac07921a23a309ad2d01841ac7a /japanese/jtex209-ascii
parent18fdad96609d20643801ba5c91e8ad8838e01c45 (diff)
downloadfreebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.gz
freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.tar.zst
freebsd-ports-gnome-c7a8a8ec7d045d5d6d4ee8f456963383f487af12.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.)
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"