Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2019 12:59:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518231 - head/x11/xorgproto
Message-ID:  <201911231259.xANCxvEL010592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911231259.xANCxvEL010592>