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 /x11/eterm | |
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 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 1 | ||||
-rw-r--r-- | x11/eterm/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index f3599d4c99d3..b58854d77963 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= Eterm.1 diff --git a/x11/eterm/pkg-plist b/x11/eterm/pkg-plist index ba0a1613c9e4..f01d80bc7719 100644 --- a/x11/eterm/pkg-plist +++ b/x11/eterm/pkg-plist @@ -7,8 +7,6 @@ lib/libEterm.so.8 lib/libmej.a lib/libmej.so lib/libmej.so.8 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/Eterm/pix/014.png share/Eterm/pix/40.png share/Eterm/pix/6.png |