diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /net/icqlib0 | |
parent | Upgrade to 1.1. (diff) |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes:
svn path=/head/; revision=29636
Diffstat (limited to 'net/icqlib0')
-rw-r--r-- | net/icqlib0/Makefile | 1 | ||||
-rw-r--r-- | net/icqlib0/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/icqlib0/Makefile b/net/icqlib0/Makefile index 7541eed59b2d..dc534790b709 100644 --- a/net/icqlib0/Makefile +++ b/net/icqlib0/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/icqlib0/pkg-plist b/net/icqlib0/pkg-plist index c1e99c736dc9..6c9d92ab99f9 100644 --- a/net/icqlib0/pkg-plist +++ b/net/icqlib0/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 |