From 3c32af1076712ecc536596819082acbf6b6f3ea6 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 14 Jul 2015 19:39:16 +0000 Subject: - Fix shebangs - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- net/honeyd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 7f002d36d7a1..a6c77225f9e8 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -3,7 +3,7 @@ PORTNAME= honeyd PORTVERSION= 1.5c -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MASTER_SITES= http://www.honeyd.org/uploads/ \ http://www.citi.umich.edu/u/provos/honeyd/ @@ -12,12 +12,14 @@ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Simulate virtual network hosts (honeypots) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ libdnet.so:${PORTSDIR}/net/libdnet \ libpcre.so:${PORTSDIR}/devel/pcre -USES= libtool +USES= libtool shebangfix +SHEBANG_FILES= scripts/*.pl scripts/snmp/*.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ -- cgit v1.2.3