Date: Sat, 6 Sep 2014 13:16:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367430 - head/sysutils/jailme Message-ID: <201409061316.s86DGC5S094513@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 6 13:16:12 2014 New Revision: 367430 URL: http://svnweb.freebsd.org/changeset/ports/367430 QAT: https://qat.redports.org/buildarchive/r367430/ Log: Allow staging as a regular user Modified: head/sysutils/jailme/Makefile Modified: head/sysutils/jailme/Makefile ============================================================================== --- head/sysutils/jailme/Makefile Sat Sep 6 13:14:38 2014 (r367429) +++ head/sysutils/jailme/Makefile Sat Sep 6 13:16:12 2014 (r367430) @@ -9,12 +9,11 @@ MASTER_SITES= http://people.collaborativ MAINTAINER= wmoran@collaborativefusion.com COMMENT= setuid version of jexec to allow normal users access to jails -PLIST_FILES= sbin/jailme +PLIST_FILES= "@(,,4751) sbin/jailme" USES= tar:bzip2 -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \ - ${WRKSRC}/${MAKEFILE} +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/jailme ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061316.s86DGC5S094513>