openssl: install config files into /etc/ssl.

--HG--
extra : convert_revision : 3992707b1fa7d9c2c2a121395e83740021a80e47
This commit is contained in:
Juan RP 2008-10-25 01:36:39 +02:00
parent e42f88bd4a
commit 8c49b78736
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ distfiles="http://www.openssl.org/source/$pkgname-$version@.tar.gz"
build_style=configure
configure_script="./Configure"
configure_args="--prefix=/usr
--install_prefix=$XBPS_DESTDIR/$pkgname-$version --openssldir=/etc
--install_prefix=$XBPS_DESTDIR/$pkgname-$version --openssldir=/etc/ssl
zlib-dynamic shared threads"
make_build_target="all"
short_desc="Secure Socket Layer and cryptographic library"