diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /graphics/diacanvas | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'graphics/diacanvas')
-rw-r--r-- | graphics/diacanvas/Makefile | 1 | ||||
-rw-r--r-- | graphics/diacanvas/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/diacanvas/Makefile b/graphics/diacanvas/Makefile index 66fa0f4..a71ec1e 100644 --- a/graphics/diacanvas/Makefile +++ b/graphics/diacanvas/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome diff --git a/graphics/diacanvas/pkg-plist b/graphics/diacanvas/pkg-plist index 3ff500f..7279605 100644 --- a/graphics/diacanvas/pkg-plist +++ b/graphics/diacanvas/pkg-plist @@ -34,7 +34,5 @@ lib/libdiacanvas.a lib/libdiacanvas.la lib/libdiacanvas.so lib/libdiacanvas.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/gnome/aclocal/diacanvas.m4 @dirrm include/diacanvas |