Index: head/devel/adabooch/Makefile =================================================================== --- head/devel/adabooch/Makefile (revision 403298) +++ head/devel/adabooch/Makefile (revision 403299) @@ -1,36 +1,32 @@ # Created by: David Holm # $FreeBSD$ PORTNAME= adabooch PORTVERSION= 20130322 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/booch95/booch95/${PORTVERSION} DISTNAME= bc-${PORTVERSION} MAINTAINER= marino@FreeBSD.org COMMENT= Ada 95 Booch Components LICENSE= GPLv2 GMGPL LICENSE_COMB= multi BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild USES= ada gmake tar:bzip2 HAS_CONFIGURE= yes ALL_TARGET= libs # Demos are available but require that the libraries are already installed # In other words, adabooch demos requires a separate port to do correctly OPTIONS_DEFINE= DOCS -.include - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/ ${RM} ${STAGEDIR}${DOCSDIR}/Makefile -.endif .include