diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-19 16:00:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-19 16:00:06 +0000 |
commit | ce1ba0b1d278de53dfdaf9203ba5ea5b2300213e (patch) | |
tree | d871662dbaa992c192935839ab6d46d717ce3ee0 /security | |
parent | 13ee19350fb060852aa3dc986c3a6a2271579842 (diff) | |
download | pkgsrc-ce1ba0b1d278de53dfdaf9203ba5ea5b2300213e.tar.gz |
Fix a comment, and improve pattern to also work on netbsd-1-4.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 6 |
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 |