From ee46d2c3381b4038a09b3da2886b9dc336aed6b5 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Jan 2008 22:08:09 +0000 Subject: 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@. --- security/openssl/Makefile | 8 ++------ 1 file 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 -- cgit v1.2.3