mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b97c6976df
- Make PREFIX safe - Use tar:bzip2
21 lines
445 B
Makefile
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>
|