Removed patch droppings

Noticed by:	pointyhat via kris
Pointy hat to:	lth
This commit is contained in:
Lars Thegler 2005-10-17 15:31:59 +00:00
parent aaa6e4924c
commit d70302b306
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145663

View File

@ -47,6 +47,7 @@ post-patch:
@${PERL} -pi -e 's/^our ([\$$\@]\w+)/use vars qw($$1); $$1/;' \
-e '$$_ = "" if /use warnings/;' \
$$(${FIND} ${WRKSRC} -name '*.pm')
@${RM} ${WRKSRC}/lib/POE/Component/Server/SimpleHTTP.pm.orig
.endif
.include <bsd.port.post.mk>