summaryrefslogtreecommitdiff
path: root/graphics/xpm
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/xpm
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/xpm')
-rw-r--r--graphics/xpm/Makefile4
-rw-r--r--graphics/xpm/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 6c5ac8e8203..9e6c58010ab 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 September 1994
# Whom: jkh
#
-# $NetBSD: Makefile,v 1.6 1998/02/02 08:10:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 1998/02/02 08:59:24 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp
#
@@ -18,6 +18,6 @@ USE_IMAKE= yes
CAT1= sxpm.0
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
diff --git a/graphics/xpm/pkg/PLIST b/graphics/xpm/pkg/PLIST
index f2a986a7736..e7824c4a6b9 100644
--- a/graphics/xpm/pkg/PLIST
+++ b/graphics/xpm/pkg/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 1998/01/24 05:30:47 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.7 1998/02/02 09:00:14 hubertf Exp $
bin/sxpm
lib/libXpm.a
lib/libXpm.so.4.10
-@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/X11/xpm.h
man/cat1/sxpm.0.gz