diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 11:06:49 +0800 |
commit | c7a8a8ec7d045d5d6d4ee8f456963383f487af12 (patch) | |
tree | f75c559bb5a68ac07921a23a309ad2d01841ac7a /japanese/jtex209-ascii | |
parent | 18fdad96609d20643801ba5c91e8ad8838e01c45 (diff) | |
download | freebsd-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/Makefile | 9 |
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" |