diff options
Diffstat (limited to 'ftp/curl/files/patch-Makefile.in')
-rw-r--r-- | ftp/curl/files/patch-Makefile.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ftp/curl/files/patch-Makefile.in b/ftp/curl/files/patch-Makefile.in deleted file mode 100644 index 33176dcc9180..000000000000 --- a/ftp/curl/files/patch-Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ -Description: Build and install the documentation as usual, no special handling. -Forwarded: https://sourceforge.net/tracker/?func=detail&aid=2897155&group_id=976&atid=100976 -Author: Peter Pentchev <roam@FreeBSD.org> -Last-Update: 2010-12-18 - ---- a/Makefile.in -+++ b/Makefile.in -@@ -311,9 +311,9 @@ - libcurl.pc.in vc6curl.dsw MacOSX-Framework Android.mk $(CMAKE_DIST) - - bin_SCRIPTS = curl-config --SUBDIRS = lib src --DIST_SUBDIRS = $(SUBDIRS) tests include packages docs --pkgconfigdir = $(libdir)/pkgconfig -+SUBDIRS = lib src docs -+DIST_SUBDIRS = $(SUBDIRS) tests include packages -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libcurl.pc - all: all-recursive - -@@ -874,12 +874,10 @@ - # We extend the standard install with a custom hook: - install-data-hook: - cd include && $(MAKE) install -- cd docs && $(MAKE) install - - # We extend the standard uninstall with a custom hook: - uninstall-hook: - cd include && $(MAKE) uninstall -- cd docs && $(MAKE) uninstall - - ca-bundle: lib/mk-ca-bundle.pl - @echo "generate a fresh ca-bundle.crt" |