summaryrefslogtreecommitdiff
path: root/net/ngrep-lib
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-08-05 01:19:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-08-05 01:19:16 +0000
commitf86b24b6c25c3741a6a8a77556f07ff8865a01a3 (patch)
tree12424ed10a6e68332b2074ea3bcad34a21d30143 /net/ngrep-lib
parentFix after the DESTDIR addition (diff)
INSTALLS_SHLIB -> USE_LDCONFIG
Notes
Notes: svn path=/head/; revision=169698
Diffstat (limited to 'net/ngrep-lib')
-rw-r--r--net/ngrep-lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile
index 21a85f55f421..8dfa2e8c2afe 100644
--- a/net/ngrep-lib/Makefile
+++ b/net/ngrep-lib/Makefile
@@ -18,7 +18,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>