From b85e96f1418a4fc4fa6c2c8ae320f89583844857 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 18 Feb 1997 10:09:08 +0000 Subject: Style police. Bug fixes. --- ftp/ftpsearch/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftp/ftpsearch') diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile index 11279eb9c9ef..50eedd61b4db 100644 --- a/ftp/ftpsearch/Makefile +++ b/ftp/ftpsearch/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Dec 1996 # Whom: tegge@idt.ntnu.no # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/17 10:43:00 tg Exp $ # DISTNAME= ftpsearch-19961208 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftpsearch.ntnu.no/pub/ftpsearch/ MAINTAINER= tegge@idt.ntnu.no GNU_CONFIGURE= yes -CONFIGURE_ENV+= FTPSEARCHROOT=$(PREFIX)/ftpsearch +CONFIGURE_ENV+= FTPSEARCHROOT=${PREFIX}/ftpsearch post-install: - cp $(PREFIX)/ftpsearch/bin/gateway $(PREFIX)/bin/ftpsearch + ${CP} ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch .include -- cgit v1.2.3