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 /math/gnumeric2 | |
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 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 74905b64b46e..bcedec4912ae 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -28,6 +28,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes LIBTOOLFILES= configure libole2/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 7155b7a31e3b..fa827857468e 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -11,8 +11,6 @@ include/libole2/ms-ole.h lib/libole2.a lib/libole2.so lib/libole2.so.0 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so |