summaryrefslogtreecommitdiff
path: root/x11/Xaw3d/Makefile
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 /x11/Xaw3d/Makefile
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 'x11/Xaw3d/Makefile')
-rw-r--r--x11/Xaw3d/Makefile4
1 files changed, 2 insertions, 2 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