diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 07:41:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 07:41:08 +0000 |
commit | 94d7a9b50b7abf71b31f0b3d3ac2d1a89eb85339 (patch) | |
tree | 487aef3634c082ad2fb1f0c34fc8e6792c7ced96 /www/p5-CGI-modules/Makefile | |
parent | 78ce303511d03d33acff93b84272ead82adeb070 (diff) | |
download | ports-94d7a9b50b7abf71b31f0b3d3ac2d1a89eb85339.tar.gz ports-94d7a9b50b7abf71b31f0b3d3ac2d1a89eb85339.zip |
fix www/p5-CGI-modules not to install patch cruft
PR: ports/48537
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=76377
Diffstat (limited to 'www/p5-CGI-modules/Makefile')
-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 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 <bsd.port.mk> |