diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 15:03:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-01 15:03:32 +0000 |
commit | 309fd080e1ad73bb664e93c1fff51cd61da654f1 (patch) | |
tree | 214247b91efbce409d877462f42e2b3487456f7d | |
parent | f057cd8a7261ac444fba62286ee9bac2ae25976d (diff) |
Notes
-rw-r--r-- | textproc/libstree/Makefile | 6 | ||||
-rw-r--r-- | textproc/libstree/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index 774587b4676c..1341f07c4788 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -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: diff --git a/textproc/libstree/pkg-plist b/textproc/libstree/pkg-plist index 455b6d7d0c1c..afa96b73db1f 100644 --- a/textproc/libstree/pkg-plist +++ b/textproc/libstree/pkg-plist @@ -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 |