# Created by: George Reid # $FreeBSD: head/shells/osh/Makefile 406248 2016-01-16 17:23:28Z johans $ PORTNAME= osh DISTVERSION= 20160108 CATEGORIES= shells MASTER_SITES= http://v6shell.org/src/ MAINTAINER= johans@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 PLIST_SUB+= VER=${DISTVERSION} post-patch: @${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \ ${WRKSRC}/Makefile .include