pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl Removed the special-case handling of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ae8404bd027
branches: trunk
changeset: 537209:5ae8404bd027
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Jan 04 22:08:09 2008 +0000
description:
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:
security/openssl/Makefile | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 5db501dfcf75 -r 5ae8404bd027 security/openssl/Makefile
--- a/security/openssl/Makefile Fri Jan 04 21:50:27 2008 +0000
+++ b/security/openssl/Makefile Fri Jan 04 22:08:09 2008 +0000
@@ -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 @@
. endif
.endif
-PKGREVISION= 5
+PKGREVISION= 6
SVR4_PKGNAME= ossl
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -112,10 +112,6 @@
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
Home |
Main Index |
Thread Index |
Old Index