diff options
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 2e7d82b46a7f..057ac3b79869 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Jun 1998 # Whom: Peter Mutsaers # -# $Id: Makefile,v 1.3 1999/03/08 20:38:17 fenner Exp $ +# $Id: Makefile,v 1.4 1999/04/19 04:11:29 steve Exp $ # DISTNAME= wwwoffle-2.4 @@ -33,11 +33,11 @@ do-install: $(INSTALL_PROGRAM) $(WRKSRC)/upgrade-cache $(PREFIX)/bin $(INSTALL_PROGRAM) $(WRKSRC)/endian-cache $(PREFIX)/bin $(INSTALL_PROGRAM) $(WRKSRC)/wwwoffle-tools $(PREFIX)/bin - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-ls - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-mv - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-rm - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-read - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-write + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-ls + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-mv + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-rm + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-read + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-write [ -x $(PREFIX)/sbin ] || $(INSTALL) -d $(PREFIX)/sbin $(INSTALL_PROGRAM) $(WRKSRC)/wwwoffled $(PREFIX)/sbin # man pages |