svn commit: r367430 - head/sysutils/jailme

Antoine Brodin antoine at FreeBSD.org
Sat Sep 6 13:16:13 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list