diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /converters | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/iconv/Makefile | 2 | ||||
-rw-r--r-- | converters/iconv/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 9cc9453d38af..4d74d266622b 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/ MAINTAINER= joy@urc.ac.ru +INSTALLS_SHLIBS= yes + MAN1= iconv.1 MAN3= iconv.3 iconv_close.3 iconv_open.3 MANCOMPRESSED= yes diff --git a/converters/iconv/pkg-plist b/converters/iconv/pkg-plist index a2c3917ab6ee..6589e510c35c 100644 --- a/converters/iconv/pkg-plist +++ b/converters/iconv/pkg-plist @@ -469,8 +469,6 @@ lib/libiconv.a lib/libiconv.so lib/libiconv.so.0 lib/libiconv_p.a -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm lib/iconv/ces @dirrm lib/iconv/ccs @dirrm lib/iconv |