summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-09-23 23:39:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-09-23 23:39:42 +0000
commitd024aa704f23022031ea4002d1ff81933c639b60 (patch)
treee5dd5a6f17a9913ffd582a03885353ff091ab098 /ftp
parentAdd a patch to make this port compile (PR), add some missing files to (diff)
Oops, I forgot to commit this patch to make WITH_SSL compile again.
Notes
Notes: svn path=/head/; revision=33053
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 473ed01e3337..120991d600f0 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -26,8 +26,6 @@ SHLIB_VER= 0
MAKE_ENV= SHLIB_VER="${SHLIB_VER}"
PLIST_SUB= SHLIB_VER="${SHLIB_VER}"
-.include <bsd.port.pre.mk>
-
.if defined(WITH_SSL)
USE_OPENSSL= YES
CONFIGURE_ENV+= CPPFLAGS='-I${OPENSSLINC} -I${OPENSSLINC}/openssl' \
@@ -46,4 +44,4 @@ post-configure:
${WRKSRC}/${x}.pre_sed > ${WRKSRC}/${x}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>