diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/cap/Makefile | 12 | ||||
-rw-r--r-- | net/dgd-net/Makefile | 4 | ||||
-rw-r--r-- | net/gopher/Makefile | 10 | ||||
-rw-r--r-- | net/ldapsdk/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Archie/Makefile | 4 | ||||
-rw-r--r-- | net/sendfile/Makefile | 4 |
6 files changed, 20 insertions, 20 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index c246be31e8ee..84416a0cf663 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Nov 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1997/07/13 18:49:26 max Exp $ +# $Id: Makefile,v 1.4 1999/08/22 23:33:08 mharo Exp $ # DISTNAME= cap60.pl100 @@ -89,17 +89,17 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/man/${man} ${PREFIX}/man/man${sect} .endfor .endfor - @ln -fs ${PREFIX}/man/man1/cvt2apple.1${GZ} ${PREFIX}/man/man1/cvt2cap.1${GZ} + @${LN} -fs ${PREFIX}/man/man1/cvt2apple.1${GZ} ${PREFIX}/man/man1/cvt2cap.1${GZ} .for f in atpinger atlooklws - @ln -fs ${PREFIX}/man/man1/atlook.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} + @${LN} -fs ${PREFIX}/man/man1/atlook.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} .endfor .for f in tlw lwpr isrv iwpr - @ln -fs ${PREFIX}/man/man1/atprint.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} + @${LN} -fs ${PREFIX}/man/man1/atprint.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} .endfor .for f in libcap libafpc libafp - @ln -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} + @${LN} -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} .endfor - @ln -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} + @${LN} -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include "bsd.port.mk" diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index f71102391aa5..21c5a0c0b231 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1996 # Whom: adam # -# $Id: Makefile,v 1.31 1999/08/22 18:59:21 mharo Exp $ +# $Id: Makefile,v 1.32 1999/08/23 04:23:35 mharo Exp $ # DISTNAME= dgd-net-1.1p6 @@ -41,7 +41,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif pre-patch: - @ln -s dgd ${WRKDIR}/dgd+net + @${LN} -s dgd ${WRKDIR}/dgd+net post-build: @cd ${WRKSRC}; ${MAKE} install diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 089f809908e4..1f6fe9dac18c 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Dec 1994 # Whom: ats (original) # -# $Id: Makefile,v 1.8 1998/07/05 23:17:09 steve Exp $ +# $Id: Makefile,v 1.9 1999/06/08 23:50:22 steve Exp $ # DISTNAME= gopher2_3 @@ -27,11 +27,11 @@ MAN8= gopherd.8 gopherindex.8 pre-configure: # This ones are for FreeWAIS-0.4 and > - ln -s ${WaisTop}/include $(WaisTop)/ir - ln -s ${WaisTop}/src/client/ui $(WaisTop) - ln -s ${WaisTop}/bin $(WRKSRC) + ${LN} -s ${WaisTop}/include $(WaisTop)/ir + ${LN} -s ${WaisTop}/src/client/ui $(WaisTop) + ${LN} -s ${WaisTop}/bin $(WRKSRC) # This is the new configuration method - ln -s ${WaisTop} $(WRKSRC)/wais + ${LN} -s ${WaisTop} $(WRKSRC)/wais pre-install: $(MKDIR) $(DATADIR) diff --git a/net/ldapsdk/Makefile b/net/ldapsdk/Makefile index 5028eec1ed2b..6151b824bfc7 100644 --- a/net/ldapsdk/Makefile +++ b/net/ldapsdk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 May 1999 # Whom: paul@freebsd.org # -# $Id: Makefile,v 1.2 1999/06/06 21:01:32 paul Exp $ +# $Id: Makefile,v 1.3 1999/08/11 04:12:15 cpiazza Exp $ # DISTNAME= ldapsdk_12311998 @@ -29,10 +29,10 @@ do-install: ${MKDIR} ${INSTALL_DIR}/lib ${INSTALL_DATA} ${OBJDIR}/bin/liblber.so.1.0 \ ${INSTALL_DIR}/lib/liblber.so.1 - -(cd ${INSTALL_DIR}/lib; ln -s liblber.so.1 liblber.so) + -(cd ${INSTALL_DIR}/lib; ${LN} -s liblber.so.1 liblber.so) ${INSTALL_DATA} ${OBJDIR}/bin/libldap.so.1.0 \ ${INSTALL_DIR}/lib/libldap.so.1 - -(cd ${INSTALL_DIR}/lib; ln -s libldap.so.1 libldap.so) + -(cd ${INSTALL_DIR}/lib; ${LN} -s libldap.so.1 libldap.so) cd ${OBJDIR}/etc && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/etc cd ${OBJDIR}/include && ${TAR} -chf - * | \ diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile index 6eee7f6d7f72..ccd543df37c1 100644 --- a/net/p5-Archie/Makefile +++ b/net/p5-Archie/Makefile @@ -3,7 +3,7 @@ # Date created: October 19th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/06/24 18:43:04 jfitz Exp $ +# $Id: Makefile,v 1.7 1998/11/29 03:22:10 asami Exp $ # DISTNAME= perl_archie.1.5 @@ -23,7 +23,7 @@ do-install: @ ${CP} ${WRKDIR}/Archie.pm ${WRKDIR}/Archie-1.5.pm @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl @ ${INSTALL_DATA} ${WRKDIR}/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/ - @ ln -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm + @ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm @ ${INSTALL_DATA} ${WRKDIR}/archie_gateway ${PREFIX}/lib/perl5/site_perl/ .include <bsd.port.mk> diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 3012e2afacec..1860bb3418f6 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Oct 1997 # Whom: sec@42.org # -# $Id: Makefile,v 1.9 1999/02/28 07:15:05 obrien Exp $ +# $Id: Makefile,v 1.10 1999/03/02 21:18:43 billf Exp $ # DISTNAME= sendfile-19990215 @@ -26,6 +26,6 @@ MAN7= fetchfile.7 MAN8= sendfiled.8 post-install: - @(cd ${PREFIX}/man/man1; ln -sf utf7encode.1.gz utf7decode.1.gz) + @(cd ${PREFIX}/man/man1; ${LN} -sf utf7encode.1.gz utf7decode.1.gz) .include <bsd.port.mk> |