diff options
author | Philip Paeps <philip@FreeBSD.org> | 2005-06-09 19:58:48 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2005-06-09 19:58:48 +0000 |
commit | e5c444e35a3d745ef5edab150fd0d857fae82991 (patch) | |
tree | ddfe38dcc2942b9693f2ea99453b07e7e4376c4c /www/p5-Apache-Gallery | |
parent | f01df1abb4c2add00ee9db99506fc753663a48fa (diff) | |
download | ports-e5c444e35a3d745ef5edab150fd0d857fae82991.tar.gz ports-e5c444e35a3d745ef5edab150fd0d857fae82991.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index e19329a3bd44..380c9ba513f5 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -7,7 +7,7 @@ PORTNAME= Apache-Gallery PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= http://apachegallery.dk/download/ \ ${MASTER_SITE_PERL_CPAN} @@ -52,6 +52,9 @@ ICONS= application-doc.png application-pdf.png application-rtf.png \ video-mov.png video-mpeg.png video-mpg.png video-wmv.png \ video-asf.png agfolder.png +post-patch: + @${RM} -f ${WRKSRC}/lib/Apache/Gallery.pm.orig + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/Apache-Gallery/templates |