diff options
author | lth <lth@FreeBSD.org> | 2004-08-02 01:41:02 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2004-08-02 01:41:02 +0800 |
commit | b3496d7ced700adfc6b131f97f53bbbaaacb0381 (patch) | |
tree | 69d8427d5b943a3913454721acf7e7198b6ceb8f /www/p5-Maypole | |
parent | f7848f89bcfa511b2d14c4f979d1a417434564b4 (diff) | |
download | freebsd-ports-gnome-b3496d7ced700adfc6b131f97f53bbbaaacb0381.tar.gz freebsd-ports-gnome-b3496d7ced700adfc6b131f97f53bbbaaacb0381.tar.zst freebsd-ports-gnome-b3496d7ced700adfc6b131f97f53bbbaaacb0381.zip |
Unbreak 'make readme'
Submitted by: Marcel Moolenaar
Diffstat (limited to 'www/p5-Maypole')
-rw-r--r-- | www/p5-Maypole/Makefile | 13 |
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} |