diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | fa1d1e4d83108ff37c97627528c2face622cdd11 (patch) | |
tree | dcf9b0fb1a68bffcee5022498436b05c5daec532 /net/gopher | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.zip FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz |
ln -> ${LN}
Diffstat (limited to 'net/gopher')
-rw-r--r-- | net/gopher/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 089f809..1f6fe9d 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) |