diff options
author | agc <agc> | 1998-07-15 10:39:36 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 10:39:36 +0000 |
commit | 5bec107dd6dc9ff57e0422f0af40f3fb6262302d (patch) | |
tree | 45653aa5b55ad1eecbfeadc24fb11af17ae9a407 /x11/Xaw3d/Makefile | |
parent | bb73ab7e7beea16f4062de75b690156e7ae96863 (diff) | |
download | pkgsrc-5bec107dd6dc9ff57e0422f0af40f3fb6262302d.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 \ |