summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-23 19:33:18 +0000
committerjlam <jlam@pkgsrc.org>2001-12-23 19:33:18 +0000
commit550cbe83c7d7df7f7b2f5dc2441bf0a70091af57 (patch)
tree190ca1444ea34d24d2f18f9e60b9943a50c57106 /www/curl
parent4fe22fcdd83729d678fdba9adb99877006cd303a (diff)
downloadpkgsrc-550cbe83c7d7df7f7b2f5dc2441bf0a70091af57.tar.gz
Touch curl-config after configure is run to prevent regeneration.
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 1061593e961..5bae64a7478 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/11/12 12:27:30 seb Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/23 19:33:18 jlam Exp $
DISTNAME= curl-7.9.1
CATEGORIES= www
@@ -15,5 +15,10 @@ USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR}
+# This causes curl-config not to be regenerated during build-time as it was
+# already created at configure-time.
+#
+AUTOMAKE_POST_PATTERNS+= curl-config
+
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"