summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-02-02 08:58:13 +0000
committerhubertf <hubertf@pkgsrc.org>1998-02-02 08:58:13 +0000
commitf6fc8a8a9e14e367650817be6027f926692af42a (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/jpeg
parent403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff)
downloadpkgsrc-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/jpeg')
-rw-r--r--graphics/jpeg/Makefile4
-rw-r--r--graphics/jpeg/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 28824fd3ba3..0219747098d 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:53 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:17 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:43 max Exp
#
@@ -20,6 +20,6 @@ INSTALL_TARGET= install install-lib
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
diff --git a/graphics/jpeg/pkg/PLIST b/graphics/jpeg/pkg/PLIST
index 32961cdec73..b49d25829c0 100644
--- a/graphics/jpeg/pkg/PLIST
+++ b/graphics/jpeg/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 1998/01/24 05:22:39 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.5 1998/02/02 08:59:59 hubertf Exp $
bin/cjpeg
bin/djpeg
bin/jpegtran
@@ -14,6 +14,6 @@ include/jpeglib.h
include/jmorecfg.h
include/jerror.h
lib/libjpeg.so.7.0
-@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
lib/libjpeg.a