From 94d7a9b50b7abf71b31f0b3d3ac2d1a89eb85339 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 24 Feb 2003 07:41:08 +0000 Subject: [PATCH] fix www/p5-CGI-modules not to install patch cruft PR: ports/48537 Submitted by: Erwin Lansing --- www/p5-CGI-modules/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index 716418419654..7df0a8ca1a47 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