diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 2 | ||||
-rw-r--r-- | textproc/libstree/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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,' \ |