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
f0332dd31c
commit
c144d6b20f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361953
@ -25,7 +25,9 @@ SUB_FILES= pkg-message
|
||||
PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TODO
|
||||
EXAMPLEFILES= bip.conf bip.vim
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
@cd ${WRKSRC} && ${INSTALL} bip.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
@ -47,4 +49,4 @@ post-install:
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY
|
||||
OPTIONS_DEFINE= NLS TRAY IPV6 SSL LUA ENCHANT NOTIFY DOCS
|
||||
OPTIONS_DEFAULT= TRAY SSL LUA
|
||||
|
||||
TRAY_DESC= Trayicon
|
||||
|
@ -30,6 +30,8 @@ SUB_FILES= pkg-message
|
||||
|
||||
CONFLICTS= eggdrop-[0-9]*
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -39,7 +39,7 @@ IROFFER_EXAMPLES= iroffer.cron \
|
||||
IROFFER_HTDOCS= iroffer-state.css robots.txt \
|
||||
info.txt.rb json.txt.rb md5.txt.rb sfv.txt.rb
|
||||
|
||||
OPTIONS_DEFINE= CURL RUBY UPNP GEOIP
|
||||
OPTIONS_DEFINE= CURL RUBY UPNP GEOIP DOCS EXAMPLES
|
||||
OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
|
||||
|
||||
CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
@ -22,6 +22,8 @@ USE_LDCONFIG= yes
|
||||
PLIST_FILES= lib/irssi/modules/libfish.so
|
||||
PORTDOCS= FiSH-irssi.txt FiSH-irssi_History.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
|
@ -17,7 +17,7 @@ USES= pkgconfig iconv gmake
|
||||
|
||||
NO_OPTIONS_SORT= yes
|
||||
|
||||
OPTIONS_DEFINE= DEBUG IPV6 OPENSSL CYRUS PERL PYTHON TCL
|
||||
OPTIONS_DEFINE= DEBUG IPV6 OPENSSL CYRUS PERL PYTHON TCL DOCS
|
||||
OPTIONS_DEFAULT= OPENSSL PERL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user