aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SNPP
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 11:22:07 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 11:22:07 +0000
commit519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (patch)
treed7e187fcbae7118c974381e52ec3fb68963a9cae /net/p5-Net-SNPP
parent4155837099d744b843c941fa63f3c6be07917b09 (diff)
downloadports-519dacca72eb1640b13f1a75f4c2f331c9cd49f6.tar.gz
ports-519dacca72eb1640b13f1a75f4c2f331c9cd49f6.zip
- Fix leftovers
Notes
Notes: svn path=/head/; revision=323713
Diffstat (limited to 'net/p5-Net-SNPP')
-rw-r--r--net/p5-Net-SNPP/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Net-SNPP/Makefile b/net/p5-Net-SNPP/Makefile
index 02137d90a0f1..3a9e6d99d2a7 100644
--- a/net/p5-Net-SNPP/Makefile
+++ b/net/p5-Net-SNPP/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Net-SNPP
PORTVERSION= 1.17
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,5 +19,6 @@ MAN3= Net::SNPP.3 \
post-patch:
@${REINPLACE_CMD} -i '' -e '/warnings/d' \
${WRKSRC}/lib/Net/SNPP/Server.pm
+ @${RM} ${WRKSRC}/lib/Net/SNPP/Server.pm.orig
.include <bsd.port.mk>