diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-04 22:08:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-04 22:08:09 +0000 |
commit | 7f791603aa867cc5b077e08ae76d89bc54037583 (patch) | |
tree | 25ffc4da3916dc7b0a4e0bf3f510ebd790043284 /security | |
parent | 79a03c3697ce561708db41c9cf1083a47939b837 (diff) | |
download | pkgsrc-7f791603aa867cc5b077e08ae76d89bc54037583.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')
-rw-r--r-- | security/openssl/Makefile | 8 |
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 |