diff options
-rw-r--r-- | net/sendsnpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sendsnpp/Makefile b/net/sendsnpp/Makefile index b3972e8e03e4..0ff898074773 100644 --- a/net/sendsnpp/Makefile +++ b/net/sendsnpp/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/sendSNPP.pl post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${PORTNAME}.pl - + exit 1 do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME}.pl ${PREFIX}/bin |