From e66fe131077b70fabc7df617c806b8103bb2b9de Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Sun, 28 Mar 2021 14:10:59 -0700 Subject: [PATCH] dhcping: fix license --- srcpkgs/dhcping/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dhcping/template b/srcpkgs/dhcping/template index 201c54bde41..e7fc06965a8 100644 --- a/srcpkgs/dhcping/template +++ b/srcpkgs/dhcping/template @@ -1,11 +1,15 @@ # Template file for 'dhcping' pkgname=dhcping version=1.2 -revision=2 +revision=3 build_style=gnu-configure +short_desc="Small tool to test availability of a dhcp-server" maintainer="Orphaned " -license="2-clause-BSD" +license="BSD-2-Clause" homepage="http://www.mavetju.org/unix/general.php" -short_desc="A small tool letting you perform a dhcp-request to find out if a dhcp-server is still running" distfiles="http://www.mavetju.org/download/${pkgname}-${version}.tar.gz" checksum=32ef86959b0bdce4b33d4b2b216eee7148f7de7037ced81b2116210bc7d3646a + +post_install() { + vlicense LICENSE +}