diff options
author | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-02 08:58:13 +0000 |
commit | 928d5f7b9d7d214e572d76523ba1825457252175 (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/jpeg | |
parent | 83f4bc66f3b83e36f6a70013df80665f12daba20 (diff) | |
download | pkgsrc-928d5f7b9d7d214e572d76523ba1825457252175.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/Makefile | 4 | ||||
-rw-r--r-- | graphics/jpeg/pkg/PLIST | 6 |
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 |