1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Clarify LICENSE

- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-06-04 13:08:32 +00:00
parent c4589a76b4
commit f862bb0ecd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356487
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= libtap
PORTVERSION= 1.01
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= LOCAL/nik
DISTNAME= tap-${PORTVERSION}
@ -11,9 +11,9 @@ DISTNAME= tap-${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library implementing the Test Anything Protocol
LICENSE= BSD
LICENSE= BSD2CLAUSE
USE_AUTOTOOLS= libtool
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -1,6 +1,6 @@
include/tap.h
lib/libtap.a
lib/libtap.la
lib/libtap.so
lib/libtap.so.0
lib/libtap.so.0.0.0
man/man3/tap.3.gz