diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 19:39:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 19:39:16 +0000 |
commit | 3c32af1076712ecc536596819082acbf6b6f3ea6 (patch) | |
tree | 98eded1b69168ccbd528825caa570c1c1ab782a1 /net | |
parent | 9fd3d360075da356142956ca3e7c8fdae1346459 (diff) | |
download | freebsd-ports-3c32af1076712ecc536596819082acbf6b6f3ea6.zip |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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} \ |