diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:45:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 01:45:58 +0000 |
commit | e15e2b4bb1a2605ae097ff6196c548c40d0ec3e6 (patch) | |
tree | 9d60d2fe85e78b7636bc160bb10974aee1116805 /textproc/libstree | |
parent | 48d737c10d70350efad12236091af85feee55890 (diff) | |
download | ports-e15e2b4bb1a2605ae097ff6196c548c40d0ec3e6.tar.gz ports-e15e2b4bb1a2605ae097ff6196c548c40d0ec3e6.zip |
Notes
Diffstat (limited to 'textproc/libstree')
-rw-r--r-- | textproc/libstree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index cde2b1131daf..4ed18b68a53a 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -15,7 +15,7 @@ COMMENT= A Generic Suffix Tree Library GNU_CONFIGURE= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's,^\(SUBDIRS = src test\) docs,\1,' \ |