diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/tiff | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 | ||||
-rw-r--r-- | graphics/tiff/pkg/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 2479e833116..2e73f18201f 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -3,7 +3,7 @@ # Date created: 27 November 1997 # Whom: tron # -# $NetBSD: Makefile,v 1.7 1998/02/02 08:10:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/02/02 08:59:22 hubertf Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -52,6 +52,6 @@ CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} CONFIGURE_ENV+= PREFIX=${PREFIX} post-install: - ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + ${LDCONFIG} || ${TRUE} .include <bsd.port.mk> diff --git a/graphics/tiff/pkg/PLIST b/graphics/tiff/pkg/PLIST index 9a042ea1ee3..80d148dd50c 100644 --- a/graphics/tiff/pkg/PLIST +++ b/graphics/tiff/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/01/24 05:29:27 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:11 hubertf Exp $ bin/fax2tiff bin/fax2ps bin/gif2tiff @@ -18,8 +18,8 @@ bin/tiffmedian bin/tiffsplit lib/libtiff.a lib/libtiff.so.3.4 -@exec /sbin/ldconfig -m %B || /usr/bin/true -@unexec /sbin/ldconfig -m %B || /usr/bin/true +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true include/tiff.h include/tiffio.h man/man1/fax2ps.1 |