summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-04 22:08:09 +0000
committerrillig <rillig>2008-01-04 22:08:09 +0000
commitd49638b7202af7f7c972e2d074eaf59c6a4bb9aa (patch)
tree25ffc4da3916dc7b0a4e0bf3f510ebd790043284 /security/openssl/Makefile
parent2a89d7a147d00325b06756c87c559be54a23b2ff (diff)
downloadpkgsrc-d49638b7202af7f7c972e2d074eaf59c6a4bb9aa.tar.gz
Removed the special-case handling of PKG_SYSCONFDIR for NetBSD. Now the
configuration files are installed in the usual pkgsrc place, not in /etc. PKGREVISION++ Ok'ed by jlam@.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 78299f44f51..9127683cb7f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2007/10/21 17:52:52 adrianp Exp $
+# $NetBSD: Makefile,v 1.129 2008/01/04 22:08:09 rillig Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -24,7 +24,7 @@ MASTER_SITES= ftp://ftp.openssl.org/snapshot/
. endif
.endif
-PKGREVISION= 5
+PKGREVISION= 6
SVR4_PKGNAME= ossl
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -112,10 +112,6 @@ PLIST_SRC+= ${PKGDIR}/PLIST.common
PLIST_SUBST+= SHLIB_VERSION=${OPENSSL_VERS:C/[^0-9]*$//}
PLIST_SUBST+= SHLIB_MAJOR=${OPENSSL_VERS:C/\..*$//}
-.if ${OPSYS} == "NetBSD"
-PKG_SYSCONFDIR.openssl?= /etc/openssl
-.endif
-
PKG_SYSCONFSUBDIR= openssl
CONF_FILES= ${PREFIX}/share/examples/openssl/openssl.cnf \
${PKG_SYSCONFDIR}/openssl.cnf