mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
ChangeLog: https://curl.se/changes.html#8_6_0
PR: 276879
Approved by: maintainer
Exp-run bye: antoine
MFH: 2024Q1
Security: 02e33cd1-c655-11ee-8613-08002784c58d
(cherry picked from commit ed937bd9ad
)
25 lines
836 B
Text
25 lines
836 B
Text
--- Makefile.in.orig 2023-03-20 13:54:32 UTC
|
|
+++ Makefile.in
|
|
@@ -684,7 +684,7 @@ CLEANFILES = $(VC10_LIBVCXPROJ) $(VC10_SRCVCXPROJ) $(V
|
|
$(VC14_30_LIBVCXPROJ) $(VC14_30_SRCVCXPROJ)
|
|
|
|
bin_SCRIPTS = curl-config
|
|
-SUBDIRS = lib src
|
|
+SUBDIRS = lib src docs scripts
|
|
DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcurl.pc
|
|
@@ -1785,13 +1783,11 @@ cygwinbin:
|
|
# We extend the standard install with a custom hook:
|
|
install-data-hook:
|
|
(cd include && $(MAKE) install)
|
|
- (cd docs && $(MAKE) install)
|
|
(cd docs/libcurl && $(MAKE) install)
|
|
|
|
# We extend the standard uninstall with a custom hook:
|
|
uninstall-hook:
|
|
(cd include && $(MAKE) uninstall)
|
|
- (cd docs && $(MAKE) uninstall)
|
|
(cd docs/libcurl && $(MAKE) uninstall)
|
|
|
|
ca-bundle: $(srcdir)/scripts/mk-ca-bundle.pl
|