svn commit: r458946 - head/databases/ateam_mysql_ldap_auth
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 13 22:43:05 UTC 2018
Author: antoine
Date: Sat Jan 13 22:43:03 2018
New Revision: 458946
URL: https://svnweb.freebsd.org/changeset/ports/458946
Log:
- Add DOCS option
- Use PORTDOCS for documentation
Reported by: pkg-fallout
Modified:
head/databases/ateam_mysql_ldap_auth/Makefile
Modified: head/databases/ateam_mysql_ldap_auth/Makefile
==============================================================================
--- head/databases/ateam_mysql_ldap_auth/Makefile Sat Jan 13 22:22:50 2018 (r458945)
+++ head/databases/ateam_mysql_ldap_auth/Makefile Sat Jan 13 22:43:03 2018 (r458946)
@@ -21,9 +21,10 @@ GH_ACCOUNT= ateamsystems
GH_TAGNAME= f6a1a5d
PLIST_FILES= lib/mysql/plugin/auth_ldap.so \
- "@sample etc/ateam_mysql_ldap_auth.conf.sample" \
- ${DOCSDIR}/README \
- ${DOCSDIR}/INSTALL
+ "@sample etc/ateam_mysql_ldap_auth.conf.sample"
+PORTDOCS= README INSTALL
+
+OPTIONS_DEFINE= DOCS
SUB_FILES= pkg-message
More information about the svn-ports-all
mailing list