summaryrefslogtreecommitdiffstats
path: root/japanese/openoffice-templates
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-15 02:52:47 +0000
committerkris <kris@FreeBSD.org>2003-10-15 02:52:47 +0000
commitf497daad05c314311919b9d0d7a84da0f8c8b8e7 (patch)
treefbd2638cc1ceff124e1b155f2a2031cd133acd7f /japanese/openoffice-templates
parentc138bfbc397b5457cac2884b3c4eca657c083f10 (diff)
downloadFreeBSD-ports-f497daad05c314311919b9d0d7a84da0f8c8b8e7.zip
FreeBSD-ports-f497daad05c314311919b9d0d7a84da0f8c8b8e7.tar.gz
Rename TEMPLATES to OOTEMPLATES to unbreak 'make readme' (TEMPLATES is
a special variable) Pointed out by: scottl
Diffstat (limited to 'japanese/openoffice-templates')
-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 92a33731..4e67a73 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
OpenPOWER on IntegriCloud