summaryrefslogtreecommitdiff
path: root/security/openssl/PLIST.common
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-09 14:45:05 +0000
committerjlam <jlam>2002-08-09 14:45:05 +0000
commite8ef19fc734da312b308a4b2ee1697e2df32ea6d (patch)
treeec12d935de784502866a62aa2e37ba0e10b36903 /security/openssl/PLIST.common
parent2c33930e4c579f1b9960d3f7a1590ca08492c58e (diff)
downloadpkgsrc-e8ef19fc734da312b308a4b2ee1697e2df32ea6d.tar.gz
* Change the perl paths in the various build scripts to ${PERL5} and not
${LOCALBASE}/bin/perl. * Refer to the make program used to drive the build and installation as "${MAKE_PROGRAM}". * Instead of explicitly setting PKG_SYSCONFBASE=/etc, use the pkg-specific override PKG_SYSCONFDIR.openssl, and optionally set it so that the user still has the option of overriding its value. * Use bsd.pkg.install.mk to install the default config file (openssl.cnf) and to create and remove the extra config directories. This lets us reemove the extra lines in PLIST that do the same thing.
Diffstat (limited to 'security/openssl/PLIST.common')
-rw-r--r--security/openssl/PLIST.common6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/openssl/PLIST.common b/security/openssl/PLIST.common
index 37b8b0f8847..4ea81ae87f5 100644
--- a/security/openssl/PLIST.common
+++ b/security/openssl/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.4 2002/08/04 15:47:44 fredb Exp $
+@comment $NetBSD: PLIST.common,v 1.5 2002/08/09 14:45:05 jlam Exp $
bin/openssl
bin/c_hash
bin/c_info
@@ -293,7 +293,3 @@ share/examples/openssl/der_chop
share/examples/openssl/openssl.cnf
@dirrm share/examples/openssl
@dirrm include/openssl
-@exec ${MKDIR} ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
-@unexec ${RMDIR} ${PKG_SYSCONFDIR}/private 2>/dev/null || true
-@unexec ${RMDIR} ${PKG_SYSCONFDIR}/certs 2>/dev/null || true
-@unexec ${RMDIR} ${PKG_SYSCONFDIR} 2>/dev/null || true