summaryrefslogtreecommitdiff
path: root/chinese/FreeWnn-server
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 03:06:49 +0000
commit555a3ebe6cdf7d9691773cd13c13503ad2fdffae (patch)
tree8b731a32ebffa1cf00831def0cd323e7ac45f8c5 /chinese/FreeWnn-server
parentAdd 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.)
Notes
Notes: svn path=/head/; revision=14974
Diffstat (limited to 'chinese/FreeWnn-server')
-rw-r--r--chinese/FreeWnn-server/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/chinese/FreeWnn-server/Makefile b/chinese/FreeWnn-server/Makefile
index 9582d86124a6..4fbfc0623ccc 100644
--- a/chinese/FreeWnn-server/Makefile
+++ b/chinese/FreeWnn-server/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.4 1997/09/10 06:51:44 asami Exp $
+# $Id: Makefile,v 1.5 1997/09/23 02:17:56 max Exp $
#
PKGNAME= zh-Wnn-4.2
@@ -14,4 +14,6 @@ COMMENT= ${.CURDIR}/pkg/COMMENT
DESCR= ${.CURDIR}/pkg/DESCR
PLIST= ${.CURDIR}/pkg/PLIST
-.include "${.CURDIR}/../../japanese/Wnn/Makefile"
+MASTERDIR= ${.CURDIR}/../../japanese/Wnn
+
+.include "${MASTERDIR}/Makefile"