diff options
Diffstat (limited to 'math/ess/Makefile')
-rw-r--r-- | math/ess/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index f9bcf2304c33..90a1be4432b3 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ess -DISTVERSION= 13.09-1 -PORTREVISION= 5 +DISTVERSION= 14.09 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz @@ -20,12 +19,10 @@ USES= gmake OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> +DOCS_USES= makeinfo +DOCS_INFO= ess -.if ${PORT_OPTIONS:MDOCS} -USES+= makeinfo -INFO= ess -.endif +.include <bsd.port.options.mk> #attention, dirty hack: because 'ETCDIR =' is typed _with_ trailing #space in Makefile, $STAGEDIR append fails without the additional @@ -45,8 +42,8 @@ post-patch: .SILENT ${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_SCRIPT}|g" \ ${WRKSRC}/lisp/Makefile -.if ${PORT_OPTIONS:MDOCS} post-build: +.if ${PORT_OPTIONS:MDOCS} @(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ ${MAKE_ARGS} info) .endif |