diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-03 08:05:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-03 08:05:19 +0000 |
commit | 49641faa1b4bdecd56c80cb88280143e0aac03af (patch) | |
tree | cff4d798c74c905e8887918e016391bc1e5ae12e /ftp/curl/files/patch-Makefile.in | |
parent | - Update to 1.006003 (diff) |
- Update to 7.24.0
Changes: http://curl.haxx.se/changes.html
Notes
Notes:
svn path=/head/; revision=292569
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" |