aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 09:45:58 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 09:45:58 +0800
commitd2e67d9eace2f4a5bed772e563a2189305c7be5b (patch)
tree9dc6332dd24e8a374868cae5feaf08f0e2deb101
parent570e052cd304513cdbe44c32a190ee66400c54d8 (diff)
downloadfreebsd-ports-gnome-d2e67d9eace2f4a5bed772e563a2189305c7be5b.tar.gz
freebsd-ports-gnome-d2e67d9eace2f4a5bed772e563a2189305c7be5b.tar.zst
freebsd-ports-gnome-d2e67d9eace2f4a5bed772e563a2189305c7be5b.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
-rw-r--r--science/ghmm/Makefile2
-rw-r--r--textproc/google-ctemplate/Makefile2
-rw-r--r--textproc/libstree/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/science/ghmm/Makefile b/science/ghmm/Makefile
index c6c3359ccc67..a9dd502e72e9 100644
--- a/science/ghmm/Makefile
+++ b/science/ghmm/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= General Hidden Markov Model Library in C
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-0.7.0
post-patch:
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile
index 62c4c716a366..1646f8fd73d2 100644
--- a/textproc/google-ctemplate/Makefile
+++ b/textproc/google-ctemplate/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= A simple but powerful template language for C++
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.if !defined(NOPORTDOCS)
PORTDOCS= *
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,' \