diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template index 531c71a2da8..40b00430d96 100644 --- a/srcpkgs/Ice/template +++ b/srcpkgs/Ice/template @@ -1,7 +1,7 @@ # Template file for 'Ice' pkgname=Ice version=3.5.1 -revision=15 +revision=16 build_wrksrc=cpp homepage="http://www.zeroc.com" # XXX: other language bindings @@ -74,6 +74,10 @@ do_install() { mv ${DESTDIR}/usr/ICE_LICENSE \ ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE + vmkdir usr/share/doc/${pkgname} + mv ${DESTDIR}/usr/CHANGES ${DESTDIR}/usr/share/doc/${pkgname}/ + mv ${DESTDIR}/usr/RELEASE_NOTES ${DESTDIR}/usr/share/doc/${pkgname}/ + # remove unused cruft rm -f ${DESTDIR}/usr/lib/*.class }