aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Nmsg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Nmsg/Makefile')
-rw-r--r--net/p5-Net-Nmsg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Nmsg/Makefile b/net/p5-Net-Nmsg/Makefile
index d2d29243515b..6627be4166b8 100644
--- a/net/p5-Net-Nmsg/Makefile
+++ b/net/p5-Net-Nmsg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Net-Nmsg
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \
http://tools.netsa.cert.org/confluence/download/attachments/12320770/
@@ -27,7 +28,7 @@ PORTEXAMPLES= *
.include <bsd.port.options.mk>
post-install:
- ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Net/Nmsg/Nmsg.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Nmsg/Nmsg.so
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})