diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-09-23 10:41:33 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-09-23 10:41:33 +0000 |
commit | 6db2a82da812b21eb7351f8a038abaf7f6518901 (patch) | |
tree | 5ae1b780984a93e2418b83503958457b4fa099e3 /net/sendsnpp | |
parent | 068df13d57fdc439b2579881be808323ac8131ba (diff) | |
download | ports-6db2a82da812b21eb7351f8a038abaf7f6518901.tar.gz ports-6db2a82da812b21eb7351f8a038abaf7f6518901.zip |
Notes
Diffstat (limited to 'net/sendsnpp')
-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 |