Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 14:20:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426921 - head/net/dhcping
Message-ID:  <201611231420.uANEKOk0072136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 23 14:20:24 2016
New Revision: 426921
URL: https://svnweb.freebsd.org/changeset/ports/426921

Log:
  - Add LICENSE
  - Fix configure usage (this is GNU configure)

Modified:
  head/net/dhcping/Makefile

Modified: head/net/dhcping/Makefile
==============================================================================
--- head/net/dhcping/Makefile	Wed Nov 23 13:16:53 2016	(r426920)
+++ head/net/dhcping/Makefile	Wed Nov 23 14:20:24 2016	(r426921)
@@ -9,8 +9,10 @@ MASTER_SITES=	http://www.mavetju.org/dow
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Send DHCP request to DHCP server for monitoring purposes
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX}
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/dhcping \
 		man/man8/dhcping.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231420.uANEKOk0072136>