summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commit835d6b8655813f2580f5db9fcbec03a34833ec92 (patch)
tree1dad4fa822830f51205ce8becf3ef756537f4a2b /graphics/tiff
parentSecond round of INSTALL_SHLIBS=yes fixes. (diff)
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes: svn path=/head/; revision=29615
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile4
-rw-r--r--graphics/tiff/pkg-plist2
-rw-r--r--graphics/tiff/pkg-plist.nodocs2
3 files changed, 1 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 196885c21e6d..1dd79e466721 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
+INSTALL_SHLIBS= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-ZIP --with-JPEG \
--with-DIR_BIN=${PREFIX}/bin \
@@ -107,7 +108,4 @@ MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \
TIFFtile.3t TIFFTileSize.3t \
TIFFtile.3t TIFFVTileSize.3t
-post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist
index 20c6c6ec6652..b5e80c1d96db 100644
--- a/graphics/tiff/pkg-plist
+++ b/graphics/tiff/pkg-plist
@@ -22,8 +22,6 @@ include/tiffio.h
lib/libtiff.a
lib/libtiff.so
lib/libtiff.so.4
-@exec /sbin/ldconfig -m %B
-@unexec /sbin/ldconfig -R
share/doc/tiff/bugs.html
share/doc/tiff/build.html
share/doc/tiff/contrib.html
diff --git a/graphics/tiff/pkg-plist.nodocs b/graphics/tiff/pkg-plist.nodocs
index 4033ba1993c2..a58b9d22b918 100644
--- a/graphics/tiff/pkg-plist.nodocs
+++ b/graphics/tiff/pkg-plist.nodocs
@@ -22,5 +22,3 @@ include/tiffio.h
lib/libtiff.a
lib/libtiff.so
lib/libtiff.so.4
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R