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/kinput2-canna+freewnn/Makefile | |
parent | Add dependency to xpm. (diff) |
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/kinput2-canna+freewnn/Makefile')
-rw-r--r-- | japanese/kinput2-canna+freewnn/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/kinput2-canna+freewnn/Makefile b/japanese/kinput2-canna+freewnn/Makefile index 06219d2e5a11..ac4af17e4e13 100644 --- a/japanese/kinput2-canna+freewnn/Makefile +++ b/japanese/kinput2-canna+freewnn/Makefile @@ -3,11 +3,14 @@ # Date created: 19 Dec 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/28 14:22:23 kuriyama Exp $ # PKGNAME= ja-kinput2-canna+wnn4-2.0.4 CANNA= yes WNN4= yes -.include "${.CURDIR}/../kinput2-wnn4/Makefile" +MASTERDIR= ${.CURDIR}/../kinput2-wnn4/ +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" |