svn commit: r518231 - head/x11/xorgproto
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Nov 23 12:59:58 UTC 2019
Author: amdmi3
Date: Sat Nov 23 12:59:57 2019
New Revision: 518231
URL: https://svnweb.freebsd.org/changeset/ports/518231
Log:
- OPTIONize docs
PR: 241811
Submitted by: amdmi3
Approved by: maintainer timeout (x11, 2 weeks)
Modified:
head/x11/xorgproto/Makefile
head/x11/xorgproto/pkg-plist
Modified: head/x11/xorgproto/Makefile
==============================================================================
--- head/x11/xorgproto/Makefile Sat Nov 23 12:55:47 2019 (r518230)
+++ head/x11/xorgproto/Makefile Sat Nov 23 12:59:57 2019 (r518231)
@@ -14,6 +14,8 @@ CONFIGURE_ARGS= --without-fop \
--without-xsltproc \
--disable-specs
+OPTIONS_DEFINE= DOCS
+
pre-patch:
@${MKDIR} ${WRKSRC}/man
Modified: head/x11/xorgproto/pkg-plist
==============================================================================
--- head/x11/xorgproto/pkg-plist Sat Nov 23 12:55:47 2019 (r518230)
+++ head/x11/xorgproto/pkg-plist Sat Nov 23 12:59:57 2019 (r518231)
@@ -153,14 +153,14 @@ libdata/pkgconfig/xf86driproto.pc
libdata/pkgconfig/xf86vidmodeproto.pc
libdata/pkgconfig/xineramaproto.pc
libdata/pkgconfig/xproto.pc
-%%DOCSDIR%%/PM_spec
-%%DOCSDIR%%/compositeproto.txt
-%%DOCSDIR%%/damageproto.txt
-%%DOCSDIR%%/dri2proto.txt
-%%DOCSDIR%%/dri3proto.txt
-%%DOCSDIR%%/fixesproto.txt
-%%DOCSDIR%%/presentproto.txt
-%%DOCSDIR%%/randrproto.txt
-%%DOCSDIR%%/renderproto.txt
-%%DOCSDIR%%/resproto.txt
-%%DOCSDIR%%/xv-protocol-v2.txt
+%%PORTDOCS%%%%DOCSDIR%%/PM_spec
+%%PORTDOCS%%%%DOCSDIR%%/compositeproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/damageproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/dri2proto.txt
+%%PORTDOCS%%%%DOCSDIR%%/dri3proto.txt
+%%PORTDOCS%%%%DOCSDIR%%/fixesproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/presentproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/randrproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/renderproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/resproto.txt
+%%PORTDOCS%%%%DOCSDIR%%/xv-protocol-v2.txt
More information about the svn-ports-all
mailing list