diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-04-29 21:35:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-04-29 21:35:32 +0800 |
commit | 3d52897b7f77f9b7246944493b9952667a1ac3c0 (patch) | |
tree | e7d131ebae690b17a7909af6fab52bd9d32b259d /sysutils | |
parent | 29c2d44f8abdbe65ad2691a74d2c554406e8ddd0 (diff) | |
download | freebsd-ports-gnome-3d52897b7f77f9b7246944493b9952667a1ac3c0.tar.gz freebsd-ports-gnome-3d52897b7f77f9b7246944493b9952667a1ac3c0.tar.zst freebsd-ports-gnome-3d52897b7f77f9b7246944493b9952667a1ac3c0.zip |
- Stage
- Make PREFIX safe
- Use tar:bzip2
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/jailme/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/jailme/Makefile b/sysutils/jailme/Makefile index d7992ee9b522..3313bb562fc1 100644 --- a/sysutils/jailme/Makefile +++ b/sysutils/jailme/Makefile @@ -11,7 +11,10 @@ COMMENT= A setuid version of jexec to allow normal users access to jails PLIST_FILES= sbin/jailme -USE_BZIP2= yes +USES= tar:bzip2 + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \ + ${WRKSRC}/${MAKEFILE} -NO_STAGE= yes .include <bsd.port.mk> |