diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-18 18:09:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-18 18:09:08 +0800 |
commit | 6b1b4b889797c07d1c4742cd61f504d4152c781b (patch) | |
tree | 64886a1d27152c1feeb9aa21f0520c562b02fae7 /ftp/ftpsearch | |
parent | 42f24b2026e1ec760f858a4c403686e5f19cea97 (diff) | |
download | freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.gz freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.tar.zst freebsd-ports-gnome-6b1b4b889797c07d1c4742cd61f504d4152c781b.zip |
Style police.
Bug fixes.
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> |