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
|
PORTNAME= libstree
|
||||||
PORTVERSION= 0.4.2
|
PORTVERSION= 0.4.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://www.icir.org/christian/downloads/
|
MASTER_SITES= http://www.icir.org/christian/downloads/
|
||||||
|
|
||||||
MAINTAINER= clsung@FreeBSD.org
|
MAINTAINER= clsung@FreeBSD.org
|
||||||
COMMENT= A Generic Suffix Tree Library
|
COMMENT= Generic Suffix Tree Library
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake
|
USES= gmake libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -6,7 +6,7 @@ include/stree/lst_structs.h
|
|||||||
include/stree/lst_algorithms.h
|
include/stree/lst_algorithms.h
|
||||||
include/stree/lst_timestamp.h
|
include/stree/lst_timestamp.h
|
||||||
@dirrm include/stree
|
@dirrm include/stree
|
||||||
|
lib/libstree.so.0.0.0
|
||||||
lib/libstree.so.0
|
lib/libstree.so.0
|
||||||
lib/libstree.so
|
lib/libstree.so
|
||||||
lib/libstree.la
|
|
||||||
lib/libstree.a
|
lib/libstree.a
|
||||||
|
Loading…
Reference in New Issue
Block a user