diff --git a/srcpkgs/ppp/template b/srcpkgs/ppp/template index 978f3fd9d0..873a20e7eb 100644 --- a/srcpkgs/ppp/template +++ b/srcpkgs/ppp/template @@ -5,9 +5,11 @@ distfiles="ftp://ftp.samba.org/pub/ppp/ppp-$version.tar.gz" build_style=configure configure_args="--prefix=/usr" make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version/usr install" -revision=2 +revision=3 makedepends="libpcap-devel" short_desc="PPP (Point-to-Point Protocol) daemon" +homepage=https://ppp.samba.org/ +license="BSD and LGPLv2+ and GPLv2+ and Public Domain" maintainer="Juan RP " checksum=43317afec9299f9920b96f840414c977f0385410202d48e56d2fdb8230003505 long_desc=" @@ -55,6 +57,7 @@ post_install() chmod 755 ${DESTDIR}/usr/lib/pppd/${version}/*.so install -m755 ${wrksrc}/pppd/pppd ${DESTDIR}/usr/sbin + install -m755 ${wrksrc}/chat/chat ${DESTDIR}/usr/sbin install -D -m644 ${FILESDIR}/options \ ${DESTDIR}/etc/ppp/options || return 1 install -D -m755 ${FILESDIR}/ip-up \