mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined. Feature safe: yes
This commit is contained in:
parent
4953b13eac
commit
5f545f7ce1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306613
@ -21,6 +21,9 @@ PLIST_FILES= bin/chrpath
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFAULT=
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
@ -16,7 +16,7 @@ LICENSE= AL2
|
||||
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
OPTIONS_DEFINE= BOOST DOXYGEN
|
||||
OPTIONS_DEFINE= BOOST DOCS DOXYGEN
|
||||
OPTIONS_DEFAULT=
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -52,6 +52,8 @@ DESKTOP_ENTRIES= "TORCS" \
|
||||
"Game;Simulation;" \
|
||||
false
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
EMPTYDIR= champ dtmrace endrace ncrace practice quickrace
|
||||
|
@ -18,6 +18,8 @@ NO_WRKSUBDIR= yes
|
||||
PORTDOCS= ${PORTNAME}.doc
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-build:
|
||||
|
@ -14,6 +14,8 @@ LICENSE= BSD
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user