diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-09-23 18:41:33 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-09-23 18:41:33 +0800 |
commit | 4ec01bb50d8788283a331f89aada2e2e9c693689 (patch) | |
tree | 1a6cdd0fb2ccdf659d282c9173088889a0e34636 /net | |
parent | 9b048194d2f314870ea52aa48e697ac11201d0cf (diff) | |
download | freebsd-ports-gnome-4ec01bb50d8788283a331f89aada2e2e9c693689.tar.gz freebsd-ports-gnome-4ec01bb50d8788283a331f89aada2e2e9c693689.tar.zst freebsd-ports-gnome-4ec01bb50d8788283a331f89aada2e2e9c693689.zip |
Break it to test the new OK Mail on QAT.
Requested by: pav@
Feature safe: yes
Diffstat (limited to 'net')
-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 |