diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 21:16:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 21:16:12 +0800 |
commit | 809e0992061b79db6b2f39e20f9506ae3640c179 (patch) | |
tree | 18b6f5a67d0f1574565a065643e0e706cfd197d7 /sysutils | |
parent | c2cd80f1474d5e113b01ebd53f97efb8937ce330 (diff) | |
download | freebsd-ports-gnome-809e0992061b79db6b2f39e20f9506ae3640c179.tar.gz freebsd-ports-gnome-809e0992061b79db6b2f39e20f9506ae3640c179.tar.zst freebsd-ports-gnome-809e0992061b79db6b2f39e20f9506ae3640c179.zip |
Allow staging as a regular user
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/jailme/Makefile | 7 |
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> |