1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/jailme/Makefile
Emanuel Haupt b97c6976df - Stage
- Make PREFIX safe
- Use tar:bzip2
2014-04-29 13:35:32 +00:00

21 lines
445 B
Makefile

# Created by: wmoran
# $FreeBSD$
PORTNAME= jailme
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://people.collaborativefusion.com/~wmoran/code/jailme/
MAINTAINER= wmoran@collaborativefusion.com
COMMENT= A setuid version of jexec to allow normal users access to jails
PLIST_FILES= sbin/jailme
USES= tar:bzip2
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \
${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>