diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/Mesa | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-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/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/Mesa/pkg/PLIST | 6 |
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 |