From c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 Mon Sep 17 00:00:00 2001 From: sobomax Date: Fri, 16 Jun 2000 10:38:50 +0000 Subject: Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration. --- x11-toolkits/fltk/Makefile | 2 +- x11-toolkits/fltk/pkg-plist | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'x11-toolkits/fltk') diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index c4631366d351..5bafeb8468ba 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 VERSION= 1.0.7 USE_BZIP2= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared WRKSRC= ${WRKDIR}/${PKGNAME} @@ -34,7 +35,6 @@ BROKEN= requires ELF library format .endif post-install: - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) diff --git a/x11-toolkits/fltk/pkg-plist b/x11-toolkits/fltk/pkg-plist index a557b4b01f7e..308a68a3ac22 100644 --- a/x11-toolkits/fltk/pkg-plist +++ b/x11-toolkits/fltk/pkg-plist @@ -189,8 +189,6 @@ include/FL/x.h lib/libfltk.a lib/libfltk.so lib/libfltk.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/fltk/FL.gif share/doc/fltk/Fl_Adjuster.html share/doc/fltk/Fl_Box.html -- cgit