aboutsummaryrefslogtreecommitdiff
path: root/net/sendsms
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-08-27 13:48:07 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-08-27 13:48:07 +0000
commitb8e8deefc5f1d9d5c4d5b07a3b0d119d43ff3abc (patch)
tree9b4593639aacd7fbeec43c1d48f130607158faf5 /net/sendsms
parentc7f01afd3bdb6c8f881a7fc06b848839882253b2 (diff)
downloadports-b8e8deefc5f1d9d5c4d5b07a3b0d119d43ff3abc.tar.gz
ports-b8e8deefc5f1d9d5c4d5b07a3b0d119d43ff3abc.zip
Notes
Diffstat (limited to 'net/sendsms')
-rw-r--r--net/sendsms/Makefile9
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>