freebsd-ports/sysutils/jailme/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

20 lines
443 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= 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>