diff options
author | fredb <fredb> | 2002-08-10 11:08:18 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-08-10 11:08:18 +0000 |
commit | 10e2eaa9269c578d30a3aa4e3427f4d2ab4b4bbb (patch) | |
tree | fac591945bfb1e01362171fc37cd8309a775723b /security | |
parent | 6a8bab79d6a573a0bc7ac354a94c87a52761909f (diff) | |
download | pkgsrc-10e2eaa9269c578d30a3aa4e3427f4d2ab4b4bbb.tar.gz |
It just occurred to me that the ${PATCHDIR} patches developed against the
NetBSD-patched codebase won't apply cleanly (or at all) without the NetBSD
patch. Therefore, remove the `.if ${OS}' condition for applying the patch,
so Solaris and Darwin start with the same codebase. Fix as needed.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 657e4676bf7..f20d2bb5c38 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2002/08/10 04:50:31 fredb Exp $ +# $NetBSD: Makefile,v 1.56 2002/08/10 11:08:18 fredb Exp $ DISTNAME= openssl-0.9.6g SVR4_PKGNAME= ossl @@ -9,6 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ COMMENT= Secure Socket Layer and cryptographic library +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCHFILES= openssl-0.9.6g-20020810-netbsd.patch.gz + USE_PERL5= build CONFLICTS= SSLeay-[0-9]* ssleay-[0-9]* base64-[0-9]* \ @@ -47,9 +50,6 @@ test: all .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCHFILES= openssl-0.9.6g-20020810-netbsd.patch.gz - PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl .endif |