diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-01-08 16:57:02 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-01-08 16:57:02 +0000 |
commit | 2d103d3fa5b8bc906a2b7e4c3c96bee0f6c93742 (patch) | |
tree | c1d5f8afcf4ee4523f120488905b950dd72f7df0 /www/p5-HTML-GoogleMaps/Makefile | |
parent | 4437393b17fb605c492136aa1bf8deea36b59024 (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-GoogleMaps/Makefile')
-rw-r--r-- | www/p5-HTML-GoogleMaps/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-HTML-GoogleMaps/Makefile b/www/p5-HTML-GoogleMaps/Makefile index bc1693b703e0..bfaa7d334993 100644 --- a/www/p5-HTML-GoogleMaps/Makefile +++ b/www/p5-HTML-GoogleMaps/Makefile @@ -7,7 +7,7 @@ # PORTNAME= HTML-GoogleMaps -PORTVERSION= 9 +PORTVERSION= 10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,9 @@ PERL_CONFIGURE= yes MAN3= HTML::GoogleMaps.3 +post-extract: + @${FIND} ${WRKSRC} -name ".*.pm" -delete + post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete |