diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /net/freewais-sf/Makefile | |
parent | ln -> ${LN} (diff) |
sed -> ${SED}
Diffstat (limited to '')
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index a2823b3a9f33..87764c2e1f26 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -3,7 +3,7 @@ # Date created: 19 November 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.9 1999/06/09 00:13:13 steve Exp $ +# $Id: Makefile,v 1.10 1999/08/22 23:33:11 mharo Exp $ # DISTNAME= freeWAIS-sf-2.2.11 @@ -25,7 +25,7 @@ MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ MAN3= ftw.3 scandir.3 pre-configure: - sed "s,PREFIX,${PREFIX},g" \ + ${SED} "s,PREFIX,${PREFIX},g" \ ${FILESDIR}/configure.ans.skel > ${WRKDIR}/configure.ans ${MKDIR} ${PREFIX} ${MKDIR} ${PREFIX}/bin |