summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-10-12 02:00:03 +0000
committerjlam <jlam@pkgsrc.org>2005-10-12 02:00:03 +0000
commit524b6ae11326e1f1176e69fd32b61fbdbc381c5b (patch)
treebd6272e5965bd25c46ab97c1427594780e1b1722 /security/openssl
parent40df2e4eb5a478d4bcd3726188b006c76c66948e (diff)
downloadpkgsrc-524b6ae11326e1f1176e69fd32b61fbdbc381c5b.tar.gz
Remove leading "-" from version number when matching the openssl-0.9.6g
from the netbsd-1-6 branch with the 20040401 fix.
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/builtin.mk b/security/openssl/builtin.mk
index ba3b66e70c5..20db2872da2 100644
--- a/security/openssl/builtin.mk
+++ b/security/openssl/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.15 2005/08/16 16:58:29 jlam Exp $
+# $NetBSD: builtin.mk,v 1.16 2005/10/12 02:00:03 jlam Exp $
BUILTIN_PKG:= openssl
@@ -78,7 +78,7 @@ BUILTIN_OPENSSL_HAS_20040401_FIX!= \
END { print ans; exit 0 } \
' ${H_OPENSSL}
. if !empty(BUILTIN_OPENSSL_HAS_20040401_FIX:M[yY][eE][sS])
-BUILTIN_VERSION.openssl= -0.9.6m
+BUILTIN_VERSION.openssl= 0.9.6m
. endif
. endif
BUILTIN_PKG.openssl= openssl-${BUILTIN_VERSION.openssl}