diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-14 21:59:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-14 21:59:19 +0000 |
commit | ab8fc8259da39dd47461b260b884f061e2b284a3 (patch) | |
tree | 029a11f6bac56079d4387dfaa6cb199d53a86c72 /net/samba36/Makefile | |
parent | cb4d32b424ca889fd6543a8ed03a92ac7b9a5eb4 (diff) | |
download | ports-ab8fc8259da39dd47461b260b884f061e2b284a3.tar.gz ports-ab8fc8259da39dd47461b260b884f061e2b284a3.zip |
samba36:
Add DOCS and EXAMPLES OPTIONS, and put the stuff in EXAMPLESDIR behind PORTEXAMPLES.
samba4/samba41:
Add DOCS OPTION, given that the port already tests for PORT_OPTIONS:MDOCS
Notes
Notes:
svn path=/head/; revision=361837
Diffstat (limited to 'net/samba36/Makefile')
-rw-r--r-- | net/samba36/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 28d56e83ef5f..809226b9dd63 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -99,9 +99,9 @@ CONFIGURE_ARGS+= ${ICONV_CONFIGURE_BASE} \ .if !defined(SAMBA_SUBPORT) OPTIONS_DEFINE= ACL_SUPPORT ADS AIO_SUPPORT AVAHI CUPS DNSUPDATE \ - EXP_MODULES FAM_SUPPORT IPV6 LDAP MAX_DEBUG \ - PAM_SMBPASS POPT PTHREADPOOL QUOTAS SMBTORTURE \ - SWAT SYSLOG UTMP WINBIND + DOCS EXAMPLES EXP_MODULES FAM_SUPPORT IPV6 LDAP \ + MAX_DEBUG PAM_SMBPASS POPT PTHREADPOOL QUOTAS \ + SMBTORTURE SWAT SYSLOG UTMP WINBIND OPTIONS_DEFAULT= ACL_SUPPORT AIO_SUPPORT CUPS LDAP POPT PTHREADPOOL \ WINBIND |