fix www/p5-CGI-modules not to install patch cruft

PR:		ports/48537
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Edwin Groothuis 2003-02-24 07:41:08 +00:00
parent 78ce303511
commit 94d7a9b50b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76377

View file

@ -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>