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/icqlib | |
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/icqlib')
-rw-r--r-- | net/icqlib/Makefile | 1 | ||||
-rw-r--r-- | net/icqlib/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/icqlib/Makefile b/net/icqlib/Makefile index 7541eed..dc53479 100644 --- a/net/icqlib/Makefile +++ b/net/icqlib/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= paxvel@iname.com +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/net/icqlib/pkg-plist b/net/icqlib/pkg-plist index c1e99c7..6c9d92a 100644 --- a/net/icqlib/pkg-plist +++ b/net/icqlib/pkg-plist @@ -3,5 +3,3 @@ lib/libicq.la lib/libicq.so lib/libicq.so.1 include/icq.h -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |