diff options
author | agc <agc> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 10:51:16 +0000 |
commit | f59f28a196e4e4fe978a3e45bae54255d0a2d478 (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /x11/xforms | |
parent | e6b34e6d6a14b445ac8423000d16f0197648157c (diff) | |
download | pkgsrc-f59f28a196e4e4fe978a3e45bae54255d0a2d478.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 5 | ||||
-rw-r--r-- | x11/xforms/pkg/PLIST | 10 |
2 files changed, 6 insertions, 9 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" diff --git a/x11/xforms/pkg/PLIST b/x11/xforms/pkg/PLIST index fa78821bcbf..6b34d21906b 100644 --- a/x11/xforms/pkg/PLIST +++ b/x11/xforms/pkg/PLIST @@ -1,15 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 1998/05/08 14:22:04 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/07/15 11:06:46 agc Exp $ bin/fd2ps bin/fdesign include/X11/forms.h lib/libforms.a -@exec ln -sf %D/%F %D/lib/libxforms.a -@unexec rm -f %D/lib/libxforms.a +lib/libxforms.a lib/libforms.so.0.88 -@exec ln -sf %D/%F %D/lib/libxforms.so.0.88 -@unexec rm -f %D/lib/libxforms.so.0.88 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true +lib/libxforms.so.0.88 man/man1/fd2ps.1.gz man/man1/fdesign.1.gz man/man5/forms.5.gz |