diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /net/gnet | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'net/gnet')
-rw-r--r-- | net/gnet/Makefile | 1 | ||||
-rw-r--r-- | net/gnet/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile index ebbb92d..7013bed 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> diff --git a/net/gnet/pkg-plist b/net/gnet/pkg-plist index e31f5f5..2efdfc4 100644 --- a/net/gnet/pkg-plist +++ b/net/gnet/pkg-plist @@ -7,8 +7,6 @@ include/gnet/udp.h lib/libgnet.a lib/libgnet.so lib/libgnet.so.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/aclocal/gnet.m4 share/doc/libgnet1.0-dev/html/book1.html share/doc/libgnet1.0-dev/html/dnstest.html |