svn commit: r348557 - head/sysutils/sshsudo
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Mar 18 14:43:53 UTC 2014
Author: ehaupt
Date: Tue Mar 18 14:43:52 2014
New Revision: 348557
URL: http://svnweb.freebsd.org/changeset/ports/348557
QAT: https://qat.redports.org/buildarchive/r348557/
Log:
Support staging
Modified:
head/sysutils/sshsudo/Makefile
Modified: head/sysutils/sshsudo/Makefile
==============================================================================
--- head/sysutils/sshsudo/Makefile Tue Mar 18 14:41:08 2014 (r348556)
+++ head/sysutils/sshsudo/Makefile Tue Mar 18 14:43:52 2014 (r348557)
@@ -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>
More information about the svn-ports-all
mailing list