summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
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