diff options
author | kris <kris@FreeBSD.org> | 2003-10-15 02:52:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-15 02:52:47 +0000 |
commit | f497daad05c314311919b9d0d7a84da0f8c8b8e7 (patch) | |
tree | fbd2638cc1ceff124e1b155f2a2031cd133acd7f /japanese/openoffice-templates | |
parent | c138bfbc397b5457cac2884b3c4eca657c083f10 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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 |