aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2004-08-01 17:41:02 +0000
committerLars Thegler <lth@FreeBSD.org>2004-08-01 17:41:02 +0000
commit580fc6d97634b7e4c9648f0e9f97027d5191a2dd (patch)
treef396cc53c3a2f5c8a9b4d07eb5831a63111230f3 /www
parent11ce30ea7ea31bfcd70ada20897a8a8a25bf46df (diff)
downloadports-580fc6d97634b7e4c9648f0e9f97027d5191a2dd.tar.gz
ports-580fc6d97634b7e4c9648f0e9f97027d5191a2dd.zip
Unbreak 'make readme'
Submitted by: Marcel Moolenaar
Notes
Notes: svn path=/head/; revision=115211
Diffstat (limited to 'www')
-rw-r--r--www/p5-Maypole/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile
index c07c28bfd899..f7c29d72e0f8 100644
--- a/www/p5-Maypole/Makefile
+++ b/www/p5-Maypole/Makefile
@@ -6,6 +6,7 @@
PORTNAME= Maypole
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SI/SIMON/
@@ -45,7 +46,7 @@ MAN3= Apache::MVC.3 \
Maypole::View::TT.3 \
Maypole::Workflow.3
-DOCS= About.pod \
+DOC_FILES= About.pod \
Beer.pod \
BuySpy.pod \
Flox.pod \
@@ -56,8 +57,8 @@ DOCS= About.pod \
Templates.pod \
View.pod \
makedoc.pl
-EXAMPLES= BeerDB.pm
-TEMPLATES= beerdb.css \
+EXAMPLE_FILES= BeerDB.pm
+TEMPLATE_FILES= beerdb.css \
beer/addnew \
custom/frontpage \
custom/header \
@@ -79,18 +80,18 @@ pre-patch:
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
+.for FILE in ${DOC_FILES}
@ ${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR}
.endfor
@ ${MKDIR} ${EXAMPLESDIR}
-.for FILE in ${EXAMPLES}
+.for FILE in ${EXAMPLE_FILES}
@ ${INSTALL_DATA} ${WRKSRC}/ex/${FILE} ${EXAMPLESDIR}
.endfor
.endif
@ ${MKDIR} ${DATADIR}/templates/beer
@ ${MKDIR} ${DATADIR}/templates/custom
@ ${MKDIR} ${DATADIR}/templates/factory
-.for FILE in ${TEMPLATES}
+.for FILE in ${TEMPLATE_FILES}
@ ${INSTALL_DATA} ${WRKSRC}/templates/${FILE} ${DATADIR}/templates/${FILE}
.endfor
@ ${CAT} ${PKGMESSAGE}