summaryrefslogtreecommitdiffstats
path: root/ftp/ftpsearch
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-18 10:09:08 +0000
committerobrien <obrien@FreeBSD.org>1997-02-18 10:09:08 +0000
commit6b1b4b889797c07d1c4742cd61f504d4152c781b (patch)
tree64886a1d27152c1feeb9aa21f0520c562b02fae7 /ftp/ftpsearch
parent42f24b2026e1ec760f858a4c403686e5f19cea97 (diff)
downloadFreeBSD-ports-6b1b4b889797c07d1c4742cd61f504d4152c781b.zip
FreeBSD-ports-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.gz
Style police.
Bug fixes.
Diffstat (limited to 'ftp/ftpsearch')
-rw-r--r--ftp/ftpsearch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile
index 11279eb..50eedd6 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>
OpenPOWER on IntegriCloud