mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
This commit is contained in:
parent
e9af76953d
commit
8726978026
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361956
@ -78,7 +78,7 @@ CONFIGURE_ARGS= --with-ncurses --enable-locales-fix \
|
||||
CONFIGURE_ARGS+= ${MUTT_CONFIGURE_ARGS}
|
||||
.endif
|
||||
|
||||
OPTIONS_DEFINE= CYRUS_SASL2 IMAP_HEADER_CACHE IDN MAILDIR_HEADER_CACHE NLS
|
||||
OPTIONS_DEFINE= CYRUS_SASL2 IMAP_HEADER_CACHE IDN MAILDIR_HEADER_CACHE NLS DOCS
|
||||
CYRUS_SASL2_DESC= SASL2 authentication
|
||||
IMAP_HEADER_CACHE_DESC= imap header cache
|
||||
MAILDIR_HEADER_CACHE_DESC= maildir header cache
|
||||
|
@ -24,6 +24,8 @@ USE_PERL5= configure
|
||||
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||
DOCSDIR= ${PREFIX}/share/doc/chasen
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
||||
|
@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
|
||||
|
||||
NO_CDROM= Need to obtain permission for commercial redistribution
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
|
Loading…
Reference in New Issue
Block a user