diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-12 17:16:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-12 17:16:50 +0800 |
commit | 27d8b94a02b151e22fd840e44f7d8b709c3fedc8 (patch) | |
tree | c6124fefd174c3a8ac7629140e93b10d1e06876c /net/libdnet | |
parent | 1b1173b060c91cc4fcb8e18862830c6d0cf072fe (diff) | |
download | freebsd-ports-gnome-27d8b94a02b151e22fd840e44f7d8b709c3fedc8.tar.gz freebsd-ports-gnome-27d8b94a02b151e22fd840e44f7d8b709c3fedc8.tar.zst freebsd-ports-gnome-27d8b94a02b151e22fd840e44f7d8b709c3fedc8.zip |
- Drop .la files, no dependees require them
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'net/libdnet')
-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 |