diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-12 09:16:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-12 09:16:50 +0000 |
commit | 4be29f698e7da5cf19deb6812227b0d04577b1be (patch) | |
tree | c6124fefd174c3a8ac7629140e93b10d1e06876c /net | |
parent | ffed97e33639724058c0e140c653d9a8262ae26b (diff) | |
download | ports-4be29f698e7da5cf19deb6812227b0d04577b1be.tar.gz ports-4be29f698e7da5cf19deb6812227b0d04577b1be.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/libdnet/Makefile | 4 | ||||
-rw-r--r-- | net/libdnet/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 89e4a94fe7b2..c32210f391fe 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdnet PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= GOOGLE_CODE @@ -10,10 +11,11 @@ MAINTAINER?= onatan@gmail.com COMMENT= Simple interface to low level networking routines LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_dnet_bsd_bpf=yes -USES= libtool:keepla tar:tgz +USES= libtool tar:tgz .if !defined(LIBDNET_SLAVE) CONFIGURE_ARGS+= --without-python diff --git a/net/libdnet/pkg-plist b/net/libdnet/pkg-plist index 151c53b36808..9839ca4e025d 100644 --- a/net/libdnet/pkg-plist +++ b/net/libdnet/pkg-plist @@ -1,7 +1,6 @@ sbin/dnet bin/dnet-config lib/libdnet.a -lib/libdnet.la lib/libdnet.so lib/libdnet.so.1 lib/libdnet.so.1.0.1 |