diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /graphics/gtkdps | |
parent | Upgrade to 1.1. (diff) |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 1 | ||||
-rw-r--r-- | graphics/gtkdps/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 4345e7b144d8..713507b4d2f3 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -20,5 +20,6 @@ CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ --with-dps-libraries=${X11BASE}/lib CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/graphics/gtkdps/pkg-plist b/graphics/gtkdps/pkg-plist index 0e201dd0c404..1719dd2989d2 100644 --- a/graphics/gtkdps/pkg-plist +++ b/graphics/gtkdps/pkg-plist @@ -15,7 +15,5 @@ include/gtkDPS/parseAFM.h lib/libgtkDPS.a lib/libgtkDPS.so lib/libgtkDPS.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/aclocal/gtkDPS.m4 @dirrm include/gtkDPS |