forked from Lainports/freebsd-ports
- Remove indefinite article from COMMENT
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
f057cd8a72
commit
309fd080e1
2 changed files with 4 additions and 4 deletions
|
|
@ -3,15 +3,15 @@
|
|||
|
||||
PORTNAME= libstree
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.icir.org/christian/downloads/
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A Generic Suffix Tree Library
|
||||
COMMENT= Generic Suffix Tree Library
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ include/stree/lst_structs.h
|
|||
include/stree/lst_algorithms.h
|
||||
include/stree/lst_timestamp.h
|
||||
@dirrm include/stree
|
||||
lib/libstree.so.0.0.0
|
||||
lib/libstree.so.0
|
||||
lib/libstree.so
|
||||
lib/libstree.la
|
||||
lib/libstree.a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue