diff options
author | wiz <wiz> | 2001-03-22 14:29:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-22 14:29:34 +0000 |
commit | 2336c16fd86174d361b857d8dab96dfbf568a565 (patch) | |
tree | df695544c0bcbeeb526641c03ad17df97213a6ea | |
parent | 2eea93cf117eb0b46f87e9e6f1d08972ed3d5871 (diff) | |
download | pkgsrc-2336c16fd86174d361b857d8dab96dfbf568a565.tar.gz |
Add some symlinks that aren't generated automatically anymore.
-rw-r--r-- | x11/xview-lib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile index 8e4f71bfab1..a995fc138b2 100644 --- a/x11/xview-lib/Makefile +++ b/x11/xview-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 17:07:29 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/22 14:29:34 wiz Exp $ # $FreeBSD Id: Makefile,v 1.13 1997/07/17 15:13:03 max Exp # @@ -17,4 +17,8 @@ NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling. USE_IMAKE= # defined +post-install: + cd ${PREFIX}/lib && ${LN} -fs libolgx.so.3.2 libolgx.so.3 && \ + ${LN} -fs libxview.so.3.2 libxview.so.3 + .include "../../mk/bsd.pkg.mk" |