From c0c1110aa0a32d0f5527d9a64b8fe24a7a7301e5 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 11 Apr 1998 17:37:11 +0000 Subject: portlint: ln -> ${LN} Force symlink: ${LN} -s -> ${LN} -sf, in case of error a 2nd try of make install doesn't fail with an error link exists ... --- net/kdenetwork11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/kdenetwork11') diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index 4d88abae..f471363 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $Id: Makefile,v 1.7 1998/03/04 23:19:00 se Exp $ +# $Id: Makefile,v 1.8 1998/03/06 19:52:18 se Exp $ # DISTNAME= kdenetwork-Beta3-1 @@ -39,6 +39,6 @@ CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ WRKSRC= ${WRKDIR}/kdenetwork pre-configure: - ln -s $(PREFIX)/include/uu.h $(WRKSRC)/krn/uudeview.h + ${LN} -sf $(PREFIX)/include/uu.h $(WRKSRC)/krn/uudeview.h .include -- cgit v1.1