aboutsummaryrefslogtreecommitdiff
path: root/korean/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 /korean/FreeWnn-server
parentb84358bd6074f63917e478c7ba7a1f10f37db466 (diff)
downloadports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.tar.gz
ports-555a3ebe6cdf7d9691773cd13c13503ad2fdffae.zip
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 'korean/FreeWnn-server')
-rw-r--r--korean/FreeWnn-server/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/korean/FreeWnn-server/Makefile b/korean/FreeWnn-server/Makefile
index 40491351e597..95384ba425c4 100644
--- a/korean/FreeWnn-server/Makefile
+++ b/korean/FreeWnn-server/Makefile
@@ -3,15 +3,16 @@
# Date created: 20 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.4 1997/09/10 06:51:59 asami Exp $
+# $Id: Makefile,v 1.5 1997/09/23 02:18:00 max Exp $
#
PKGNAME= ko-Wnn-4.2
CATEGORIES= korean
## COMMENT, DESCR, PLIST is used in a local 'pkg' directory
+MASTERDIR= ${.CURDIR}/../../japanese/Wnn
COMMENT= ${.CURDIR}/pkg/COMMENT
DESCR= ${.CURDIR}/pkg/DESCR
PLIST= ${.CURDIR}/pkg/PLIST
-.include "${.CURDIR}/../../japanese/Wnn/Makefile"
+.include "${MASTERDIR}/Makefile"