mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Push the DOCS test into the right section
This commit is contained in:
parent
f0a27c9d1e
commit
1d99007bdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319994
1 changed files with 5 additions and 4 deletions
|
@ -8,10 +8,6 @@ MASTER_SITES= http://isabelle.in.tum.de/dist/ \
|
||||||
http://www.cl.cam.ac.uk/Research/HVG/Isabelle/dist/ \
|
http://www.cl.cam.ac.uk/Research/HVG/Isabelle/dist/ \
|
||||||
http://mirror.cse.unsw.edu.au/pub/isabelle/dist/
|
http://mirror.cse.unsw.edu.au/pub/isabelle/dist/
|
||||||
DISTNAME= Isabelle2009-2
|
DISTNAME= Isabelle2009-2
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
|
||||||
DISTFILES= ${DISTNAME}.tar.gz \
|
|
||||||
${DISTNAME}_library.tar.gz
|
|
||||||
.endif
|
|
||||||
|
|
||||||
MAINTAINER= beyert@cs.ucr.edu
|
MAINTAINER= beyert@cs.ucr.edu
|
||||||
COMMENT= Generic proof assistant
|
COMMENT= Generic proof assistant
|
||||||
|
@ -37,6 +33,11 @@ USE_PERL5= yes
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
DISTFILES= ${DISTNAME}.tar.gz \
|
||||||
|
${DISTNAME}_library.tar.gz
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MEMACS_PKG}
|
.if ${PORT_OPTIONS:MEMACS_PKG}
|
||||||
USE_EMACS= yes # for EMACS_SITE_LISPDIR
|
USE_EMACS= yes # for EMACS_SITE_LISPDIR
|
||||||
EMACS_NO_BUILD_DEPENDS=yes
|
EMACS_NO_BUILD_DEPENDS=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue