svn commit: r398776 - head/devel/dbus-glib

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 7 18:04:02 UTC 2015


Author: amdmi3
Date: Wed Oct  7 18:03:59 2015
New Revision: 398776
URL: https://svnweb.freebsd.org/changeset/ports/398776

Log:
  - Optionize DOCS
  
  Approved by:	kwm

Modified:
  head/devel/dbus-glib/Makefile
  head/devel/dbus-glib/pkg-plist

Modified: head/devel/dbus-glib/Makefile
==============================================================================
--- head/devel/dbus-glib/Makefile	Wed Oct  7 18:03:52 2015	(r398775)
+++ head/devel/dbus-glib/Makefile	Wed Oct  7 18:03:59 2015	(r398776)
@@ -26,4 +26,6 @@ PLIST_SUB=	VERSION="1.0"
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.mk>

Modified: head/devel/dbus-glib/pkg-plist
==============================================================================
--- head/devel/dbus-glib/pkg-plist	Wed Oct  7 18:03:52 2015	(r398775)
+++ head/devel/dbus-glib/pkg-plist	Wed Oct  7 18:03:59 2015	(r398776)
@@ -12,27 +12,27 @@ lib/libdbus-glib-1.so.2.3.2
 libdata/pkgconfig/dbus-glib-1.pc
 libexec/dbus-bash-completion-helper
 man/man1/dbus-binding-tool.1.gz
-%%DOCSDIR%%/api-index-full.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/ch03.html
-%%DOCSDIR%%/dbus-binding-tool.html
-%%DOCSDIR%%/dbus-glib-DBus-GLib-low-level.html
-%%DOCSDIR%%/dbus-glib-DBus-GObject-related-functions.html
-%%DOCSDIR%%/dbus-glib-DBusGConnection.html
-%%DOCSDIR%%/dbus-glib-DBusGError.html
-%%DOCSDIR%%/dbus-glib-DBusGMessage.html
-%%DOCSDIR%%/dbus-glib-DBusGMethod.html
-%%DOCSDIR%%/dbus-glib-DBusGProxy.html
-%%DOCSDIR%%/dbus-glib-Specializable-GType-System.html
-%%DOCSDIR%%/dbus-glib.devhelp2
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left-insensitive.png
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right-insensitive.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up-insensitive.png
-%%DOCSDIR%%/up.png
+%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html
+%%PORTDOCS%%%%DOCSDIR%%/ch01.html
+%%PORTDOCS%%%%DOCSDIR%%/ch02.html
+%%PORTDOCS%%%%DOCSDIR%%/ch03.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-binding-tool.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBus-GLib-low-level.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBus-GObject-related-functions.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBusGConnection.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBusGError.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBusGMessage.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBusGMethod.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-DBusGProxy.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib-Specializable-GType-System.html
+%%PORTDOCS%%%%DOCSDIR%%/dbus-glib.devhelp2
+%%PORTDOCS%%%%DOCSDIR%%/home.png
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/index.sgml
+%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png
+%%PORTDOCS%%%%DOCSDIR%%/left.png
+%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png
+%%PORTDOCS%%%%DOCSDIR%%/right.png
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png
+%%PORTDOCS%%%%DOCSDIR%%/up.png


More information about the svn-ports-all mailing list