diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 10:39:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 10:39:36 +0000 |
commit | 4f8c9d7740227547fa2f6000b7e202eec7dc0fab (patch) | |
tree | 45653aa5b55ad1eecbfeadc24fb11af17ae9a407 /x11/Xaw3d/Makefile | |
parent | 5471d4d24585ac9a1550cfe77f570c789a190c25 (diff) | |
download | pkgsrc-4f8c9d7740227547fa2f6000b7e202eec7dc0fab.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'x11/Xaw3d/Makefile')
-rw-r--r-- | x11/Xaw3d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index acae94c96cc..ce5b488244c 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/07/04 09:37:30 mycroft Exp $ +# $NetBSD: Makefile,v 1.17 1998/07/15 10:45:35 agc Exp $ # DISTNAME= Xaw3d-1.5 @@ -18,7 +18,6 @@ post-extract: @(cd ${WRKSRC}; ${LN} -s .. X11) post-install: - ${LDCONFIG} || ${TRUE} ${MKDIR} ${PREFIX}/share/doc/Xaw3d ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d @if [ -f ${WRKSRC}/libXaw3d.a ]; then \ |