diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-01 03:06:49 +0000 |
commit | 555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch) | |
tree | 8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /japanese/jtex209-ascii/Makefile | |
parent | b84358bd6074f63917e478c7ba7a1f10f37db466 (diff) | |
download | ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip |
Notes
Diffstat (limited to 'japanese/jtex209-ascii/Makefile')
-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" |