summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-12-27 20:53:49 +0000
committerMark Murray <markm@FreeBSD.org>2000-12-27 20:53:49 +0000
commit948349b804dbb09f1563b1fc7dac844350881f69 (patch)
treeeab56b0868aa455177bb398546a8c5b6b60d2e33
parentMake libgtop compile on -current again after the recent (diff)
Force a link so that "make reinstall" works.
Notes
Notes: svn path=/head/; revision=36414
-rw-r--r--x11-toolkits/Xaw3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 8132ecd3e296..247a0277f11a 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -41,7 +41,7 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/Xaw3d
${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
.if exists(${X11BASE}/bin/XFree86)
- ${LN} ${X11BASE}/lib/libXaw3d.so.7 ${X11BASE}/lib/libXaw3d.so.6
+ ${LN} -sf ${X11BASE}/lib/libXaw3d.so.7 ${X11BASE}/lib/libXaw3d.so.6
.endif
@${CAT} ${PKGMESSAGE}