summaryrefslogtreecommitdiff
path: root/graphics/jpeg
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-01 00:21:59 +0000
committerhubertf <hubertf>1997-12-01 00:21:59 +0000
commit7d7f1013dafd74e82cf3622a5216654257b6ae1f (patch)
treea942697615f7f0dd7c2e39f5f0819b47a3442b84 /graphics/jpeg
parent5e49eb818936c8d2c18b5b95b5288260818aa7fd (diff)
downloadpkgsrc-7d7f1013dafd74e82cf3622a5216654257b6ae1f.tar.gz
- remove ranlib, as per PR pkg/4604 by Matthias Scheler <tron@lyssa.owl.de>
- fix ldconfig call for alpha (which doesn't have ldconfig)
Diffstat (limited to 'graphics/jpeg')
-rw-r--r--graphics/jpeg/pkg/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jpeg/pkg/PLIST b/graphics/jpeg/pkg/PLIST
index 60f4c07ce47..8fc40a6b26f 100644
--- a/graphics/jpeg/pkg/PLIST
+++ b/graphics/jpeg/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/06 09:59:57 agc Exp $
+@comment $NetBSD: PLIST,v 1.3 1997/12/01 00:21: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
+@exec /sbin/ldconfig -m %B || true
+@unexec /sbin/ldconfig -m %B || true
lib/libjpeg.a
-@exec ranlib %D/%F