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:
parent
c4589a76b4
commit
f862bb0ecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356487
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user