diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
commit | b85e96f1418a4fc4fa6c2c8ae320f89583844857 (patch) | |
tree | fe4f544025ca5f9f070837d12b42d212dc7679eb /ftp/ftpsearch | |
parent | e419ee5a78bcd57e552a8c1927845cde528f1f51 (diff) |
Style police.
Bug fixes.
Notes
Notes:
svn path=/head/; revision=5681
Diffstat (limited to 'ftp/ftpsearch')
-rw-r--r-- | ftp/ftpsearch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.mk> |