svn commit: r426921 - head/net/dhcping

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 23 14:20:26 UTC 2016


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 at 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


More information about the svn-ports-all mailing list