summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:58:13 +0000
committerhubertf <hubertf>1998-02-02 08:58:13 +0000
commitee5ce3a1455724592e6e44eebe28d3a835c6a2bc (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/tiff/Makefile
parentaf74124703ca24bc70d8c6eb5bd0e2c9a7e2f710 (diff)
downloadpkgsrc-ee5ce3a1455724592e6e44eebe28d3a835c6a2bc.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/Makefile')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 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>