Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 22:54:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493110 - head/ftp/curlpp
Message-ID:  <201902162254.x1GMs2q3080265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 16 22:54:01 2019
New Revision: 493110
URL: https://svnweb.freebsd.org/changeset/ports/493110

Log:
  Convert PORTDOCS and PORTEXAMPLES to PLIST entries

Modified:
  head/ftp/curlpp/Makefile
  head/ftp/curlpp/pkg-plist

Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile	Sat Feb 16 22:53:30 2019	(r493109)
+++ head/ftp/curlpp/Makefile	Sat Feb 16 22:54:01 2019	(r493110)
@@ -18,10 +18,8 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USES=		cmake compiler:c++11-lang localbase pathfix
-USE_LDCONFIG=	yes
 
-PORTDOCS=	*
-PORTEXAMPLES=	*
+USE_LDCONFIG=	yes
 
 GH_ACCOUNT=	jpbarrette
 USE_GITHUB=	yes

Modified: head/ftp/curlpp/pkg-plist
==============================================================================
--- head/ftp/curlpp/pkg-plist	Sat Feb 16 22:53:30 2019	(r493109)
+++ head/ftp/curlpp/pkg-plist	Sat Feb 16 22:54:01 2019	(r493110)
@@ -38,3 +38,30 @@ lib/libcurlpp.so
 lib/libcurlpp.so.1
 lib/libcurlpp.so.1.0.0
 libdata/pkgconfig/curlpp.pc
+%%PORTDOCS%%%%DOCSDIR%%/guide.pdf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example00.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example01.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example02.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example03.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example04.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example05.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example06.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example07.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example08.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example09.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example10.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example11.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example12.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example13.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example14.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example15.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example16.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example17.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example18.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example19.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example20.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example21.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example22.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example23.cpp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example24.cpp



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