Subject: CVS commit: pkgsrc/security/openssl
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2002 17:45:06
Module Name: pkgsrc
Committed By: jlam
Date: Fri Aug 9 14:45:05 UTC 2002
Modified Files:
pkgsrc/security/openssl: Makefile PLIST.common
Log Message:
* 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.
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 pkgsrc/security/openssl/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/openssl/PLIST.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.