1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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 ...
This commit is contained in:
Andreas Klemm 1998-04-11 17:37:11 +00:00
parent 6eeae68bd9
commit 3b87ac5d20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10478
4 changed files with 8 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>