diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-29 13:35:32 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-29 13:35:32 +0000 |
| commit | b97c6976df27f606ae683cc498df314eac96f91b (patch) | |
| tree | e7d131ebae690b17a7909af6fab52bd9d32b259d /sysutils/jailme | |
| parent | - Update to 2.141170 (diff) | |
- Stage
- Make PREFIX safe
- Use tar:bzip2
Diffstat (limited to 'sysutils/jailme')
| -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> |
