mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360028
@ -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…
Reference in New Issue
Block a user