diff options
author | markm <markm@FreeBSD.org> | 2000-12-27 20:53:49 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-12-27 20:53:49 +0000 |
commit | 25cdc26f18ef30eb16a6d480cb31326fe90f8d0a (patch) | |
tree | d2a3c2472c116b1218f8fc5160133b39dbb09227 /x11-toolkits/Xaw3d | |
parent | 4a7cf5812841d9661ff70ddb984c2a729895150a (diff) | |
download | FreeBSD-ports-25cdc26f18ef30eb16a6d480cb31326fe90f8d0a.zip FreeBSD-ports-25cdc26f18ef30eb16a6d480cb31326fe90f8d0a.tar.gz |
Force a link so that "make reinstall" works.
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 8132ecd..247a027 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} |