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 /editors/cooledit | |
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 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 1 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 80c58e82fe3e..a303a7e7fa1f 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes USE_XLIB= yes USE_GMAKE= yes diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 077f33ef30b5..d14b15b1ee63 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -14,8 +14,6 @@ etc/coolicon.config.dist lib/libCw.a lib/libCw.so lib/libCw.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/cooledit/Xmlrpclib.py share/cooledit/c_utils.py share/cooledit/global.py |