summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:58:13 +0000
committerhubertf <hubertf>1998-02-02 08:58:13 +0000
commit928d5f7b9d7d214e572d76523ba1825457252175 (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/Mesa
parent83f4bc66f3b83e36f6a70013df80665f12daba20 (diff)
downloadpkgsrc-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/Mesa')
-rw-r--r--graphics/Mesa/Makefile4
-rw-r--r--graphics/Mesa/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index 306d3fd6804..811b35a9188 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
-# $NetBSD: Makefile,v 1.7 1998/02/02 08:10:51 hubertf Exp $
+# $NetBSD: Makefile,v 1.8 1998/02/02 08:59:14 hubertf Exp $
# FreeBSD Id: Makefile,v 1.19 1997/09/30 19:21:40 max Exp
#
@@ -40,6 +40,6 @@ do-install:
${CP} -Rp ${WRKSRC}/demos ${PREFIX}/share/examples/Mesa
${CP} -Rp ${WRKSRC}/book ${PREFIX}/share/examples/Mesa
${CP} -Rp ${WRKSRC}/widgets-sgi ${PREFIX}/share/examples/Mesa
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
diff --git a/graphics/Mesa/pkg/PLIST b/graphics/Mesa/pkg/PLIST
index 97e92026154..b99895683ca 100644
--- a/graphics/Mesa/pkg/PLIST
+++ b/graphics/Mesa/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/01/24 05:19:32 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/02/02 08:59:56 hubertf Exp $
include/GL/FooMesa.h
include/GL/dosmesa.h
include/GL/gl.h
@@ -30,8 +30,8 @@ lib/libMesaaux.so.2.4
lib/libMesaaux_pic.a
lib/libMesatk.so.2.4
lib/libMesatk_pic.a
-@exec ldconfig -m %B || /usr/bin/true
-@unexec ldconfig -m %B || /usr/bin/true
+@exec ldconfig || /usr/bin/true
+@unexec ldconfig || /usr/bin/true
share/examples/Mesa/book/Imakefile
share/examples/Mesa/book/Makefile
share/examples/Mesa/book/README