aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jailme
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:16:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:16:12 +0000
commit917195a822882cdcd6f6a7061b203337352805bd (patch)
tree18b6f5a67d0f1574565a065643e0e706cfd197d7 /sysutils/jailme
parent002acfd4fdfe0c1ee620c80f8e0e2e43461c559a (diff)
downloadports-917195a822882cdcd6f6a7061b203337352805bd.tar.gz
ports-917195a822882cdcd6f6a7061b203337352805bd.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367430
Diffstat (limited to 'sysutils/jailme')
-rw-r--r--sysutils/jailme/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile
index cd9ad1fe9390..a2b32a44b2d7 100644
--- a/sysutils/jailme/Makefile
+++ b/sysutils/jailme/Makefile
@@ -9,12 +9,11 @@ MASTER_SITES= http://people.collaborativefusion.com/~wmoran/code/jailme/
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>