mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
This commit is contained in:
parent
18a7fd6042
commit
ee8b892f44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361963
@ -35,7 +35,7 @@ NO_WRKSUBDIR= yes
|
||||
|
||||
PORTDOCS= helpfile.540 readme.541 changes.txt
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFINE= X11 DOCS
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -29,7 +29,7 @@ AREACODE_DATAFILE=${PREFIX}/etc/pbx/areacodes
|
||||
MAKEFILE=make/freebsd${X_OR_NOT}.mak
|
||||
AUTHOR= "Ullrich von Bassewitz" <uz@ibb.schwaben.com>
|
||||
|
||||
OPTIONS_DEFINE= X11 DTR_OFF
|
||||
OPTIONS_DEFINE= X11 DTR_OFF DOCS
|
||||
OPTIONS_DEFAULT=X11
|
||||
NO_OPTIONS_SORT=yes
|
||||
DTR_OFF_DESC= use dtr-off patch
|
||||
|
@ -17,6 +17,8 @@ CONFIGURE_ARGS+=--with-etcdir=${ETCDIR}
|
||||
USES= desthack
|
||||
USE_RC_SUBR= logsurfer
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
@ -40,7 +40,7 @@ EMACS_LISPS_MGP=COPYING README mgp.el mgp.sty sample.tex
|
||||
SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl
|
||||
|
||||
|
||||
OPTIONS_DEFINE=FREETYPE XFT GIF IMLIB
|
||||
OPTIONS_DEFINE= FREETYPE XFT GIF IMLIB DOCS
|
||||
OPTIONS_DEFAULT=FREETYPE XFT
|
||||
NO_OPTIONS_SORT=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user