diff options
Diffstat (limited to 'math/adept/Makefile')
-rw-r--r-- | math/adept/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/math/adept/Makefile b/math/adept/Makefile index cd151a23f3af..34db9bf44599 100644 --- a/math/adept/Makefile +++ b/math/adept/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= adept -DISTVERSION= 2.0.5 -PORTREVISION= 7 +DISTVERSION= 2.0.8 CATEGORIES= math MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/ @@ -18,11 +17,11 @@ CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= PDFTEXDOCS -PDFTEXDOCS_DESC= Build and install PDF documentation from LaTeX sources -OPTIONS_SUB= yes +OPTIONS_DEFINE= PDFTEXDOCS +OPTIONS_SUB= yes -PDFTEXDOCS_USE= TEX=pdftex:build,dvipsk:build +PDFTEXDOCS_DESC= Build and install PDF documentation from LaTeX sources +PDFTEXDOCS_USE= TEX=pdftex:build,dvipsk:build post-build-PDFTEXDOCS-on: @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} |