aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sshsudo/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:43:52 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-18 14:43:52 +0000
commit5f981a7a5c8c41e1cbbe8164d472eb7dab1ddb4b (patch)
tree6b88570ec7b1be3d2b994ce3a1dbbd6297306bd1 /sysutils/sshsudo/Makefile
parent1df502b5efe95b975b990828ca0e59ed7f2c5aa2 (diff)
downloadports-5f981a7a5c8c41e1cbbe8164d472eb7dab1ddb4b.tar.gz
ports-5f981a7a5c8c41e1cbbe8164d472eb7dab1ddb4b.zip
Notes
Diffstat (limited to 'sysutils/sshsudo/Makefile')
-rw-r--r--sysutils/sshsudo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/sshsudo/Makefile b/sysutils/sshsudo/Makefile
index f228eebd4442..b1af464b6697 100644
--- a/sysutils/sshsudo/Makefile
+++ b/sysutils/sshsudo/Makefile
@@ -24,12 +24,11 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/sshsudo
-NO_STAGE= yes
post-patch:
${SED} -e "s,/bin/bash,${LOCALBASE}/bin/bash," -e "s,mktemp,mktemp -t sshsudo," \
<${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME}
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>