openssl: remove passwd(1) man that conflicts with shadow's pkg.

Bump revision.

--HG--
extra : convert_revision : 98d89f2f4125eebdc45090307d297bb2a9bcb187
This commit is contained in:
Juan RP 2009-08-01 00:39:23 +02:00
parent 35278fa1f0
commit 9e56f04f96

View file

@ -2,6 +2,7 @@
pkgname=openssl
openssl_version=0.9.8
version=${openssl_version}k
revision=1
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
build_style=configure
configure_script="./config"
@ -38,4 +39,6 @@ post_install()
for f in libssl libcrypto; do
ln -sf $f.so.${openssl_version} $f.so.7
done
# Remove passwd.1 manpage, it's supplied by the shadow pkg.
rm -f ${DESTDIR}/usr/share/man/man1/passwd.1
}