diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-09-23 19:08:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-09-23 19:08:17 +0800 |
commit | e31d54aff8b467881f48a73dba9838fa4331d2c3 (patch) | |
tree | b6e1a517c6fe47ced90b265307dabee7fde98ade /net/sendsnpp/Makefile | |
parent | 3fe9b4511cfc3f55823ca9010647187999b714bf (diff) | |
download | freebsd-ports-gnome-e31d54aff8b467881f48a73dba9838fa4331d2c3.tar.gz freebsd-ports-gnome-e31d54aff8b467881f48a73dba9838fa4331d2c3.tar.zst freebsd-ports-gnome-e31d54aff8b467881f48a73dba9838fa4331d2c3.zip |
UnBreak it to test the new OK Mail on QAT.
Requested by: pav@
Feature safe: yes
Diffstat (limited to 'net/sendsnpp/Makefile')
-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 0ff898074773..b3972e8e03e4 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 |