diff --git a/templates/openssl/template b/templates/openssl/template index b9ff46e7ff..cce7e52a1c 100644 --- a/templates/openssl/template +++ b/templates/openssl/template @@ -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 }