From 2c8dfc81b040c202cfe3d2332c43a45e69494740 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Aug 2002 16:00:06 +0000 Subject: Fix a comment, and improve pattern to also work on netbsd-1-4. --- security/openssl/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3