aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2005-06-10 03:58:48 +0800
committerphilip <philip@FreeBSD.org>2005-06-10 03:58:48 +0800
commit92416057403399fde70c5a806c147a605951ef90 (patch)
tree0af2b7b3039433a44964e0f3ea31e427e69f6ffa
parent88cf1ba8e66a713466e0dcde0fb9517ef4d0342d (diff)
downloadfreebsd-ports-gnome-92416057403399fde70c5a806c147a605951ef90.tar.gz
freebsd-ports-gnome-92416057403399fde70c5a806c147a605951ef90.tar.zst
freebsd-ports-gnome-92416057403399fde70c5a806c147a605951ef90.zip
Get rid of the .orig file left over after patching. For some reason,
MakeMaker generated Makefiles like to install everything they find. Spotted by: pointyhat via kris Approved by: krion (mentor)
-rw-r--r--www/p5-Apache-Gallery/Makefile5
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