From e960d623b26eb8ef04065fb8abc31a11b814b262 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 23 Feb 2019 16:48:32 -0300 Subject: [PATCH] dhcp: fix homepage= --- srcpkgs/dhcp/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dhcp/template b/srcpkgs/dhcp/template index 48998c25e2..97e77b6a67 100644 --- a/srcpkgs/dhcp/template +++ b/srcpkgs/dhcp/template @@ -1,19 +1,20 @@ # Template file for 'dhcp' pkgname=dhcp version=4.4.1 -revision=2 +revision=3 wrksrc="dhcp-${version/P/-P}" build_style=gnu-configure -disable_parallel_build=yes hostmakedepends="perl" -conf_files="/etc/dhcpd.conf" short_desc="Server from the Internet Software Consortium's implementation of DHCP" maintainer="Enno Boland " license="ISC" -homepage="https://www.isc.org/software/dhcp" +homepage="https://www.isc.org/downloads/dhcp" distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz" checksum=2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608 +disable_parallel_build=yes +conf_files="/etc/dhcpd.conf" + make_dirs="/var/lib/dhcp 0755 root root" pre_configure() {