1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/shells/esh/Makefile

30 lines
690 B
Makefile
Raw Normal View History

# Ports collection Makefile for: esh
# Date created: 05/20/1999
# Whom: nectar@FreeBSD.org
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
2000-04-20 20:36:39 +00:00
PORTNAME= esh
PORTVERSION= 0.8
CATEGORIES= shells
MASTER_SITES= http://esh.netpedia.net/
2000-04-20 20:36:39 +00:00
MAINTAINER= nectar@FreeBSD.org
2000-04-20 20:36:39 +00:00
WRKSRC= ${WRKDIR}/esh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh
@${ECHO} "updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
2000-04-20 20:36:39 +00:00
@(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \
${ECHO} ${PREFIX}/bin/esh) > /etc/shells
@${RM} /etc/shells.bak
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info/esh.info
install-info ${PREFIX}/info/esh.info ${PREFIX}/info/dir
.endif
.include <bsd.port.mk>