From fa76f23e8e6014b70a5176d8dc3bb402453f7f7b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:20:24 +0000 Subject: [PATCH] - Add LICENSE - Fix configure usage (this is GNU configure) --- net/dhcping/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile index 87fc45c1aa02..d0fc56135354 100644 --- a/net/dhcping/Makefile +++ b/net/dhcping/Makefile @@ -9,8 +9,10 @@ MASTER_SITES= http://www.mavetju.org/download/ 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