Index: head/www/libnghttp2/Makefile =================================================================== --- head/www/libnghttp2/Makefile (revision 428937) +++ head/www/libnghttp2/Makefile (revision 428938) @@ -1,28 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= nghttp2 PORTVERSION= 1.17.0 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= autoreconf libtool pathfix pkgconfig USE_GITHUB= yes -post-patch: - @${REINPLACE_CMD} -e 's|doc \(contrib script\)|\1|; /^dist_doc_DATA = / s| README.rst||' ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e '/^dist_pkgdata_SCRIPTS = / s| fetch-ocsp-response||' ${WRKSRC}/script/Makefile.am - .include Index: head/www/libnghttp2/files/patch-Makefile.am =================================================================== --- head/www/libnghttp2/files/patch-Makefile.am (nonexistent) +++ head/www/libnghttp2/files/patch-Makefile.am (revision 428938) @@ -0,0 +1,21 @@ +--- Makefile.am.orig 2016-11-27 01:56:36 UTC ++++ Makefile.am +@@ -20,8 +20,7 @@ + # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-SUBDIRS = lib third-party src examples python tests integration-tests \ +- doc contrib script ++SUBDIRS = lib + + # Now with python setuptools, make uninstall will leave many files we + # cannot easily remove (e.g., easy-install.pth). Disable it for +@@ -30,7 +29,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable + + ACLOCAL_AMFLAGS = -I m4 + +-dist_doc_DATA = README.rst ++dist_doc_DATA = + + EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \ + Dockerfile.android \ Property changes on: head/www/libnghttp2/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property