diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
commit | 583dcca5f35534ef3744c3ef8d55acb56e9b8543 (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /x11/xforms/Makefile | |
parent | 4f8c9d7740227547fa2f6000b7e202eec7dc0fab (diff) | |
download | pkgsrc-583dcca5f35534ef3744c3ef8d55acb56e9b8543.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'x11/xforms/Makefile')
-rw-r--r-- | x11/xforms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 37717e87922..fdeb1f7b000 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/06/22 13:21:04 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/07/15 11:06:45 agc Exp $ # DISTNAME= bxform-088 @@ -33,6 +33,7 @@ post-patch: ${CP} ${FILESDIR}/mkconfig.h ${WRKSRC} post-install: - ${LDCONFIG} || ${TRUE} + ${LN} -fs ${PREFIX}/lib/libforms.a ${PREFIX}/lib/libxforms.a + ${LN} -fs ${PREFIX}/lib/libforms.so.0.88 ${PREFIX}/lib/libxforms.so.0.88 .include "../../mk/bsd.pkg.mk" |