aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Gallery
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 20:48:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-12 20:48:05 +0000
commit7b45745d2eb236d4245b59b717b733c6ca468047 (patch)
tree1a14cec01a45f41c3c8c284f6cc66283ed2febe8 /www/p5-Apache-Gallery
parent8085471b6b94191c2d2826e886dde47d21a31e94 (diff)
downloadports-7b45745d2eb236d4245b59b717b733c6ca468047.tar.gz
ports-7b45745d2eb236d4245b59b717b733c6ca468047.zip
Notes
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index e2864fb00049..bb94eb2a8c6a 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -32,7 +32,7 @@ PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Apache::Gallery.3
-TEMPLATES= directory.tpl error.tpl index.tpl info.tpl layout.tpl \
+TEMPLATEFILES= directory.tpl error.tpl index.tpl info.tpl layout.tpl \
movie.tpl navpicture.tpl orig.tpl picture.tpl scale.tpl \
showpicture.tpl
ICONS= folder.png video-avi.png video-asf.png video-mov.png \
@@ -44,7 +44,7 @@ post-configure:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/Apache-Gallery/templates
-.for f in ${TEMPLATES}
+.for f in ${TEMPLATEFILES}
${INSTALL_DATA} ${WRKSRC}/templates/${f} \
${PREFIX}/share/Apache-Gallery/templates/
.endfor