summaryrefslogtreecommitdiff
path: root/x11/Xaw3d
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 /x11/Xaw3d
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 'x11/Xaw3d')
-rw-r--r--x11/Xaw3d/Makefile4
-rw-r--r--x11/Xaw3d/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index 9114a45ba34..14844a03d2c 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -3,7 +3,7 @@
# Date created: 30th November 1997
# Whom: tron@lyssa.owl.de, soren@t.dk
#
-# $NetBSD: Makefile,v 1.9 1998/02/02 08:11:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 1998/02/02 08:59:32 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 09:33:26 asami Exp
#
@@ -21,7 +21,7 @@ post-extract:
@(cd ${WRKSRC};ln -s .. X11)
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
${MKDIR} ${PREFIX}/share/doc/Xaw3d
${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
diff --git a/x11/Xaw3d/pkg/PLIST b/x11/Xaw3d/pkg/PLIST
index f17359ed5d3..2e53972a2b9 100644
--- a/x11/Xaw3d/pkg/PLIST
+++ b/x11/Xaw3d/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/01/24 23:58:22 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:24 hubertf Exp $
include/X11/Xaw3d/AllWidgets.h
include/X11/Xaw3d/AsciiSink.h
include/X11/Xaw3d/AsciiSinkP.h
@@ -76,8 +76,8 @@ include/X11/Xaw3d/XawImP.h
include/X11/Xaw3d/XawInit.h
lib/libXaw3d.a
lib/libXaw3d.so.6.1
-@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
share/doc/Xaw3d/README.XAW3D
@dirrm share/doc/Xaw3d
@dirrm include/X11/Xaw3d