aboutsummaryrefslogtreecommitdiff
path: root/net/kdenetwork4
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-04-11 17:37:11 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-04-11 17:37:11 +0000
commit3b87ac5d20cf4a99a3e8b6453012026f0bc967d5 (patch)
tree686e654818c70c5fba5d14078d21690218f66d85 /net/kdenetwork4
parent6eeae68bd96092fd50cb563272c7c03f61b866e4 (diff)
downloadports-3b87ac5d20cf4a99a3e8b6453012026f0bc967d5.tar.gz
ports-3b87ac5d20cf4a99a3e8b6453012026f0bc967d5.zip
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 ...
Notes
Notes: svn path=/head/; revision=10478
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r--net/kdenetwork4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
index 4d88abae33de..f4713630751c 100644
--- a/net/kdenetwork4/Makefile
+++ b/net/kdenetwork4/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $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 <bsd.port.mk>