diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-29 21:35:32 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-29 21:35:32 +0800 |
commit | b97c6976df27f606ae683cc498df314eac96f91b (patch) | |
tree | e7d131ebae690b17a7909af6fab52bd9d32b259d /sysutils | |
parent | f6181e7466672332a18e2a7fcd02b77995faac9f (diff) | |
download | freebsd-ports-gnome-b97c6976df27f606ae683cc498df314eac96f91b.tar.gz freebsd-ports-gnome-b97c6976df27f606ae683cc498df314eac96f91b.tar.zst freebsd-ports-gnome-b97c6976df27f606ae683cc498df314eac96f91b.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> |