Files
ports/shells/lshell/Makefile
Marcus von Appen 75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +00:00

29 lines
594 B
Makefile

# Created by: Sylvio Cesar <scjamorim@bsd.com.br>
# $FreeBSD$
PORTNAME= lshell
PORTVERSION= 0.9.16
CATEGORIES= shells
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Shell environment to limited sets of commands to users
LICENSE= GPLv3 # (or later)
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e \
"s|(.*lshell.conf.*),|| ; \
s|/etc|etc| ; \
s|share/man|man| ; \
s|'COPYING',||" ${WRKSRC}/setup.py
post-install:
(cd ${WRKSRC}/etc && ${INSTALL_DATA} ${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample)
.include <bsd.port.mk>