aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-11-14 16:16:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-11-14 16:16:37 +0000
commitff2a99a705fe85494de98b8fcb42b2166dfe9962 (patch)
treeec44104e8e05a492f31f66a29b0b1562129873cc /ftp/curl
parentd141157f08c06d415c15cfaa5001714914481afc (diff)
downloadports-ff2a99a705fe85494de98b8fcb42b2166dfe9962.tar.gz
ports-ff2a99a705fe85494de98b8fcb42b2166dfe9962.zip
Remove unmodified file from REINPLACE_CMD
Differential Revision: https://reviews.freebsd.org/D22176 Submitted by: swills
Notes
Notes: svn path=/head/; revision=517574
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index ca7f6c4341b2..3124896c03ea 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -153,7 +153,7 @@ IGNORE= only supports LDAPS with SSL
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs scripts|; /^DIST_SUBDIRS = / s| docs scripts||; /cd docs &&/d' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|include <gssapi.h>|include <gssapi/gssapi.h>|' ${WRKSRC}/lib/curl_gssapi.h ${WRKSRC}/lib/urldata.h
+ @${REINPLACE_CMD} -e 's|include <gssapi.h>|include <gssapi/gssapi.h>|' ${WRKSRC}/lib/urldata.h
post-install:
${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${STAGEDIR}${PREFIX}/share/aclocal/