1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/shells/osh/Makefile
Mark Linimon 94b931b806 Update to osh-040421
PR:		ports/65962
Submitted by:	Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>
2004-05-10 20:09:17 +00:00

26 lines
612 B
Makefile

# New ports collection makefile for: osh
# Date created: 29 December 2000
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= osh
PORTVERSION= 040421
CATEGORIES= shells
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of the UNIX 6th Edition shell
MAN1= goto.1 if.1 osh.1
post-install:
@${ECHO_MSG} "updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
@(${GREP} -v ${PREFIX}/bin/osh /etc/shells.bak; \
${ECHO_CMD} ${PREFIX}/bin/osh) > /etc/shells
@${RM} /etc/shells.bak
.include <bsd.port.mk>