diff options
-rw-r--r-- | www/p5-CGI-modules/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 71641841965..7df0a8ca1a4 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -23,4 +23,7 @@ MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \ CGI::MiniSvr.3 CGI::Request.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-patch: + @${RM} ${WRKSRC}/CGI/*.orig + .include <bsd.port.mk> |