summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 02:52:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 02:52:47 +0000
commit9e2ae74604186f862462da99c1e9ce43cad93105 (patch)
treea1118a0da710257178a55d61b0cd3d682ed305e6 /japanese
parent- Add conflict with clamav port (diff)
Rename TEMPLATES to OOTEMPLATES to unbreak 'make readme' (TEMPLATES is
a special variable) Pointed out by: scottl
Notes
Notes: svn path=/head/; revision=91275
Diffstat (limited to 'japanese')
-rw-r--r--japanese/openoffice-templates/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/openoffice-templates/Makefile b/japanese/openoffice-templates/Makefile
index 92a337316c71..4e67a7388889 100644
--- a/japanese/openoffice-templates/Makefile
+++ b/japanese/openoffice-templates/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PREFIX}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openof
OPENOFFICE= OpenOffice.org1.1.0
-TEMPLATES= Black-cyan-yellow.ja.sti \
+OOTEMPLATES= Black-cyan-yellow.ja.sti \
Black-orange.ja.sti \
Blue-yellow-white.ja.sti \
BlueBoxes_ja_11.sti \
@@ -70,12 +70,12 @@ TEMPLATES= Black-cyan-yellow.ja.sti \
sun4.sti
do-build:
-.for FILE in ${TEMPLATES}
+.for FILE in ${OOTEMPLATES}
@${ECHO_CMD} ${OPENOFFICE}/share/template/japanese/layout/${FILE} >> ${PLIST}
.endfor
do-install:
-.for FILE in ${TEMPLATES}
+.for FILE in ${OOTEMPLATES}
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${OPENOFFICE}/share/template/japanese/layout/${FILE}
.endfor