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/onew-canna+freewnn/Makefile | |
parent | b84358bd6074f63917e478c7ba7a1f10f37db466 (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.)
Notes
Notes:
svn path=/head/; revision=14974
Diffstat (limited to 'japanese/onew-canna+freewnn/Makefile')
-rw-r--r-- | japanese/onew-canna+freewnn/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/onew-canna+freewnn/Makefile b/japanese/onew-canna+freewnn/Makefile index 4767c13368eb..c384e98e1f17 100644 --- a/japanese/onew-canna+freewnn/Makefile +++ b/japanese/onew-canna+freewnn/Makefile @@ -3,11 +3,13 @@ # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/09 14:33:46 kuriyama Exp $ # PKGNAME= ja-onew-canna+wnn4-2.2.10 CANNA= yes WNN4= yes -.include "${.CURDIR}/../onew-wnn4/Makefile" +MASTERDIR= ${.CURDIR}/../onew-wnn4 + +.include "${MASTERDIR}/Makefile" |