summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-08-10 11:08:18 +0000
committerfredb <fredb@pkgsrc.org>2002-08-10 11:08:18 +0000
commit03a3cef468e7fd6dc883701d1915b14798457e7c (patch)
treefac591945bfb1e01362171fc37cd8309a775723b /security/openssl
parentb81f5f0022653a17ed0f9cb703844888fc992dcf (diff)
downloadpkgsrc-03a3cef468e7fd6dc883701d1915b14798457e7c.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/openssl')
-rw-r--r--security/openssl/Makefile8
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