summaryrefslogtreecommitdiff
path: root/korean
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
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 'korean')
-rw-r--r--korean/FreeWnn-lib/Makefile5
-rw-r--r--korean/FreeWnn-server/Makefile5
-rw-r--r--korean/mule-freewnn/Makefile7
-rw-r--r--korean/nvi-euc-kr/Makefile13
-rw-r--r--korean/nvi-iso-2022-kr/Makefile13
5 files changed, 21 insertions, 22 deletions
diff --git a/korean/FreeWnn-lib/Makefile b/korean/FreeWnn-lib/Makefile
index 40491351e597..95384ba425c4 100644
--- a/korean/FreeWnn-lib/Makefile
+++ b/korean/FreeWnn-lib/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"
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"
diff --git a/korean/mule-freewnn/Makefile b/korean/mule-freewnn/Makefile
index 1117768000b6..fe9be596ed7c 100644
--- a/korean/mule-freewnn/Makefile
+++ b/korean/mule-freewnn/Makefile
@@ -3,11 +3,14 @@
# Date created: 20 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.2 1997/09/22 16:22:06 max Exp $
+# $Id: Makefile,v 1.3 1998/10/07 08:11:41 asami Exp $
#
PKGNAME= ko-mule-wnn4-2.3
CATEGORIES= korean editors
KWNN4= yes
-.include "${.CURDIR}/../../editors/mule/Makefile"
+MASTERDIR= ${.CURDIR}/../../editors/mule
+PKGDIR= ${.CURDIR}/pkg
+
+.include "${MASTERDIR}/Makefile"
diff --git a/korean/nvi-euc-kr/Makefile b/korean/nvi-euc-kr/Makefile
index fbf50664ba16..659e19a0b18b 100644
--- a/korean/nvi-euc-kr/Makefile
+++ b/korean/nvi-euc-kr/Makefile
@@ -3,18 +3,15 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.11 1998/06/26 09:16:36 obrien Exp $
+# $Id: Makefile,v 1.12 1998/11/19 04:46:45 itojun Exp $
#
-# can't use PORTSDIR here, since we haven't included bsd.port.mk
-FILESDIR= ${.CURDIR}/../../editors/nvi-m17n/files
-PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches
-PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg
-COMMENT= ${.CURDIR}/pkg/COMMENT
-
PKGNAME= ko-nvi-euckr-1.79.19981119
-.include <${.CURDIR}/../../editors/nvi-m17n/Makefile>
+MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
+COMMENT= ${.CURDIR}/pkg/COMMENT
+
+.include "${MASTERDIR}/Makefile"
CATEGORIES= korean editors
diff --git a/korean/nvi-iso-2022-kr/Makefile b/korean/nvi-iso-2022-kr/Makefile
index 0e28a9832047..f62dae007070 100644
--- a/korean/nvi-iso-2022-kr/Makefile
+++ b/korean/nvi-iso-2022-kr/Makefile
@@ -3,18 +3,15 @@
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.11 1998/06/26 09:16:39 obrien Exp $
+# $Id: Makefile,v 1.12 1998/11/19 04:46:46 itojun Exp $
#
-# can't use PORTSDIR here, since we haven't included bsd.port.mk
-FILESDIR= ${.CURDIR}/../../editors/nvi-m17n/files
-PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches
-PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg
-COMMENT= ${.CURDIR}/pkg/COMMENT
-
PKGNAME= ko-nvi-iso2022kr-1.79.19981119
-.include <${.CURDIR}/../../editors/nvi-m17n/Makefile>
+MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
+COMMENT= ${.CURDIR}/pkg/COMMENT
+
+.include "${MASTERDIR}/Makefile"
CATEGORIES= korean editors