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/magicpoint | |
parent | b84358bd6074f63917e478c7ba7a1f10f37db466 (diff) | |
download | ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip |
Notes
Diffstat (limited to 'japanese/magicpoint')
-rw-r--r-- | japanese/magicpoint/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile index a371d32f027a..7ae5aa1e7fc5 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -3,20 +3,17 @@ # Date created: 25 Dec 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.4 1998/09/06 13:48:20 itojun Exp $ +# $Id: Makefile,v 1.5 1998/10/07 06:11:41 asami Exp $ # -# can't use PORTSDIR here, since we haven't included bsd.port.mk -FILESDIR= ${.CURDIR}/../../misc/magicpoint/files -PATCHDIR= ${.CURDIR}/../../misc/magicpoint/patches -PKGDIR= ${.CURDIR}/../../misc/magicpoint/pkg +MASTERDIR= ${.CURDIR}/../../misc/magicpoint COMMENT= ${.CURDIR}/pkg/COMMENT LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib PKGNAME= ja-magicpoint-1.04a -.include <${.CURDIR}/../../misc/magicpoint/Makefile> +.include "${MASTERDIR}/Makefile" CATEGORIES= japanese misc |