summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-08-19 16:00:06 +0000
committerwiz <wiz>2002-08-19 16:00:06 +0000
commit2c8dfc81b040c202cfe3d2332c43a45e69494740 (patch)
treed871662dbaa992c192935839ab6d46d717ce3ee0
parentd37362c16e865b559f7c9282d657f41fdc40a048 (diff)
downloadpkgsrc-2c8dfc81b040c202cfe3d2332c43a45e69494740.tar.gz
Fix a comment, and improve pattern to also work on netbsd-1-4.
-rw-r--r--security/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 73d8fe80104..6edef48bcd3 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2002/08/19 15:17:55 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2002/08/19 16:00:06 wiz Exp $
DISTNAME= openssl-0.9.6g
SVR4_PKGNAME= ossl
@@ -56,8 +56,8 @@ PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl
IGNORE= ${PKGNAME} requires shared object support
. endif
-# This hack goes away, once we formally de-support NetBSD-1.4.2.
-. if ${OS_VERSION:M1.4.[123]} != ""
+# This hack goes away, once we formally de-support NetBSD-1.4.x.
+. if ${OS_VERSION:M1.4.[123]*} != ""
CONFIGURE_ARGS= no-shared --openssldir=${PKG_SYSCONFDIR} --prefix=${PREFIX}
PLIST_SRC= ${PLIST_RSAREF} ${PKGDIR}/PLIST.common