diff --git a/srcpkgs/ntp/template b/srcpkgs/ntp/template index 61feeae2c9d..9a62c401db6 100644 --- a/srcpkgs/ntp/template +++ b/srcpkgs/ntp/template @@ -1,7 +1,7 @@ # Template file for 'ntp' pkgname=ntp version=4.2.7p476 -revision=1 +revision=2 wrksrc="ntp-dev-${version}" build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 @@ -35,7 +35,8 @@ post_install() { vmkdir usr/lib/systemd/ntp-units.d echo "ntpd.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/60-ntp.list fi - vinstall ${FILESDIR}/ntp.conf 644 etc + vconf ${FILESDIR}/ntp.conf + rm -r ${DESTDIR}/usr/share/doc } ntp-perl_package() {