ntp: remove html docs.

This commit is contained in:
Juan RP 2014-10-10 08:07:20 +02:00
parent 7658788184
commit 1bb7f727cd
1 changed files with 3 additions and 2 deletions

View File

@ -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() {