openssl: remove passwd(1) man that conflicts with shadow's pkg.
Bump revision. --HG-- extra : convert_revision : 98d89f2f4125eebdc45090307d297bb2a9bcb187
This commit is contained in:
parent
35278fa1f0
commit
9e56f04f96
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=openssl
|
pkgname=openssl
|
||||||
openssl_version=0.9.8
|
openssl_version=0.9.8
|
||||||
version=${openssl_version}k
|
version=${openssl_version}k
|
||||||
|
revision=1
|
||||||
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
|
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="./config"
|
configure_script="./config"
|
||||||
|
@ -38,4 +39,6 @@ post_install()
|
||||||
for f in libssl libcrypto; do
|
for f in libssl libcrypto; do
|
||||||
ln -sf $f.so.${openssl_version} $f.so.7
|
ln -sf $f.so.${openssl_version} $f.so.7
|
||||||
done
|
done
|
||||||
|
# Remove passwd.1 manpage, it's supplied by the shadow pkg.
|
||||||
|
rm -f ${DESTDIR}/usr/share/man/man1/passwd.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue