1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/shells/osh/Makefile
Martin Wilke 6ba6e10bd5 - Update MASTER_SITES
Submitted by:	J.A. Neitzel <jneitzel@sdf1.org> (author)
2008-01-19 13:57:17 +00:00

26 lines
627 B
Makefile

# New ports collection makefile for: osh
# Date created: 29 December 2000
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= osh
DISTVERSION= 20080109
CATEGORIES= shells
MASTER_SITES= http://www.v6shell.org/src/
MAINTAINER= miwi@FreeBSD.org
COMMENT= An implementation of the UNIX 6th Edition shell
MAN1= fd2.1 goto.1 if.1 osh.1 sh6.1 glob6.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>