diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 23:03:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 23:03:32 +0800 |
commit | 27f25ab126da8503f7b5d286499c352f0eccf425 (patch) | |
tree | 214247b91efbce409d877462f42e2b3487456f7d /textproc | |
parent | a97ec9d26124dec5d8735b61961dcec7c705726f (diff) | |
download | freebsd-ports-gnome-27f25ab126da8503f7b5d286499c352f0eccf425.tar.gz freebsd-ports-gnome-27f25ab126da8503f7b5d286499c352f0eccf425.tar.zst freebsd-ports-gnome-27f25ab126da8503f7b5d286499c352f0eccf425.zip |
- Remove indefinite article from COMMENT
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-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 |