diff options
author | maho <maho@FreeBSD.org> | 2003-11-08 12:37:31 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-08 12:37:31 +0800 |
commit | 956f22b49d7715c4f546f6195f68aa7ad564e9d5 (patch) | |
tree | 4dde2b7eebd9eb99936a4cac2e5f37474716e732 /chinese | |
parent | 59993c91c5bb9c3e9431476ed4964673aca93961 (diff) | |
download | freebsd-ports-gnome-956f22b49d7715c4f546f6195f68aa7ad564e9d5.tar.gz freebsd-ports-gnome-956f22b49d7715c4f546f6195f68aa7ad564e9d5.tar.zst freebsd-ports-gnome-956f22b49d7715c4f546f6195f68aa7ad564e9d5.zip |
rename openoffice to openoffice-1.0 after repocopy
Acknowledgment to: nork
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/openoffice-1.0-zh_CN/Makefile | 2 | ||||
-rw-r--r-- | chinese/openoffice-1.0-zh_TW/Makefile | 2 | ||||
-rw-r--r-- | chinese/openoffice-zh_CN/Makefile | 17 | ||||
-rw-r--r-- | chinese/openoffice-zh_TW/Makefile | 17 |
4 files changed, 2 insertions, 36 deletions
diff --git a/chinese/openoffice-1.0-zh_CN/Makefile b/chinese/openoffice-1.0-zh_CN/Makefile index 9c6e8bd31e06..cd9ddf795b3c 100644 --- a/chinese/openoffice-1.0-zh_CN/Makefile +++ b/chinese/openoffice-1.0-zh_CN/Makefile @@ -12,6 +12,6 @@ LANG_SUFFIX= CN LANG_EXT= 86 LANG_CONFIGURE_ARG= CHINSIM BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf -MASTERDIR= ${.CURDIR}/../../editors/openoffice +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 .include "${MASTERDIR}/Makefile" diff --git a/chinese/openoffice-1.0-zh_TW/Makefile b/chinese/openoffice-1.0-zh_TW/Makefile index c850386cfd47..e62d9c78143a 100644 --- a/chinese/openoffice-1.0-zh_TW/Makefile +++ b/chinese/openoffice-1.0-zh_TW/Makefile @@ -12,6 +12,6 @@ LANG_SUFFIX= TW LANG_EXT= 88 LANG_CONFIGURE_ARG= CHINTRAD BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf -MASTERDIR= ${.CURDIR}/../../editors/openoffice +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 .include "${MASTERDIR}/Makefile" diff --git a/chinese/openoffice-zh_CN/Makefile b/chinese/openoffice-zh_CN/Makefile deleted file mode 100644 index 9c6e8bd31e06..000000000000 --- a/chinese/openoffice-zh_CN/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: OpenOffice for Simplified Chinese -# Date created: Tue Jun 11 16:47:21 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= chinese - -LANG_PKGNAME= zh -LANG_SUFFIX= CN -LANG_EXT= 86 -LANG_CONFIGURE_ARG= CHINSIM -BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf:${PORTSDIR}/chinese/arphicttf -MASTERDIR= ${.CURDIR}/../../editors/openoffice - -.include "${MASTERDIR}/Makefile" diff --git a/chinese/openoffice-zh_TW/Makefile b/chinese/openoffice-zh_TW/Makefile deleted file mode 100644 index c850386cfd47..000000000000 --- a/chinese/openoffice-zh_TW/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: OpenOffice for Traditional Chinese -# Date created: Fri Jul 20 10:12:21 CET 2002 -# Whom: chshen <statue@freebsd.sinica.edu.tw> -# -# $FreeBSD$ -# - -CATEGORIES= chinese - -LANG_PKGNAME= zh -LANG_SUFFIX= TW -LANG_EXT= 88 -LANG_CONFIGURE_ARG= CHINTRAD -BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf -MASTERDIR= ${.CURDIR}/../../editors/openoffice - -.include "${MASTERDIR}/Makefile" |