From fa1d1e4d83108ff37c97627528c2face622cdd11 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 28 Aug 1999 01:58:05 +0000 Subject: ln -> ${LN} --- net/gopher/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'net/gopher') 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) -- cgit