Push the DOCS test into the right section

This commit is contained in:
Baptiste Daroussin 2013-06-05 14:12:59 +00:00
parent f0a27c9d1e
commit 1d99007bdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319994

View file

@ -8,10 +8,6 @@ MASTER_SITES= http://isabelle.in.tum.de/dist/ \
http://www.cl.cam.ac.uk/Research/HVG/Isabelle/dist/ \
http://mirror.cse.unsw.edu.au/pub/isabelle/dist/
DISTNAME= Isabelle2009-2
.if ${PORT_OPTIONS:MDOCS}
DISTFILES= ${DISTNAME}.tar.gz \
${DISTNAME}_library.tar.gz
.endif
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Generic proof assistant
@ -37,6 +33,11 @@ USE_PERL5= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
DISTFILES= ${DISTNAME}.tar.gz \
${DISTNAME}_library.tar.gz
.endif
.if ${PORT_OPTIONS:MEMACS_PKG}
USE_EMACS= yes # for EMACS_SITE_LISPDIR
EMACS_NO_BUILD_DEPENDS=yes