diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-08-27 13:48:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-08-27 13:48:07 +0000 |
commit | b8e8deefc5f1d9d5c4d5b07a3b0d119d43ff3abc (patch) | |
tree | 9b4593639aacd7fbeec43c1d48f130607158faf5 /net/sendsms | |
parent | c7f01afd3bdb6c8f881a7fc06b848839882253b2 (diff) | |
download | ports-b8e8deefc5f1d9d5c4d5b07a3b0d119d43ff3abc.tar.gz ports-b8e8deefc5f1d9d5c4d5b07a3b0d119d43ff3abc.zip |
Notes
Diffstat (limited to 'net/sendsms')
-rw-r--r-- | net/sendsms/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/sendsms/Makefile b/net/sendsms/Makefile index 2b600873b206..9a9999c0b033 100644 --- a/net/sendsms/Makefile +++ b/net/sendsms/Makefile @@ -22,13 +22,10 @@ CONFLICTS= gnokii-[0-9]* smstools-[0-9]* NO_BUILD= yes NO_WRKSUBDIR= yes -USES= perl5 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/${PORTNAME} +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} do-install: - cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin/${PORTNAME} + cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |