freebsd-ports/shells/osh/Makefile
Baptiste Daroussin 2bacde9c3b Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword

CR:		D208
Reviewed by:	antoine
With hat:	portmgr
2014-06-11 17:42:36 +00:00

25 lines
535 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= osh
DISTVERSION= 20140410
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://v6shell.org/src/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Implementation of the UNIX 6th Edition shell
MAKE_ENV+= DOCDIR=${DOCSDIR} \
EXPDIR=${EXAMPLESDIR} \
MANDIR=${MANPREFIX}/man/man1
PORTDOCS= *
PORTEXAMPLES= *
INSTALL_TARGET= install install-doc install-exp
post-patch:
@${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>