# Created by: George Reid # $FreeBSD$ PORTNAME= osh DISTVERSION= 20160108 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the UNIX 6th Edition shell BROKEN= unfetchable DEPRECATED= Broken for more than 6 months EXPIRATION_DATE= 2020-05-05 MAKE_ENV+= DOCDIR=${DOCSDIR} \ EXPDIR=${EXAMPLESDIR} \ MANDIR=${MANPREFIX}/man/man1 PORTDOCS= * PORTEXAMPLES= * INSTALL_TARGET= install install-doc install-exp PLIST_SUB+= VER=${DISTVERSION} OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \ ${WRKSRC}/Makefile .include