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 | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/freewais-sf/Makefile | 4 | ||||
-rw-r--r-- | net/rtsp_proxy/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/net/rtsp_proxy/Makefile b/net/rtsp_proxy/Makefile index 1447d1d6bdca..4ccf3e55ccfd 100644 --- a/net/rtsp_proxy/Makefile +++ b/net/rtsp_proxy/Makefile @@ -3,7 +3,7 @@ # Date created: 8 June 1999 # Whom: Richard Kiss <richard@homemail.com> # -# $Id: Makefile,v 1.1.1.1 1999/06/16 16:47:36 billf Exp $ +# $Id: Makefile,v 1.2 1999/08/01 02:35:05 steve Exp $ # DISTNAME= SS1.0.1 @@ -25,6 +25,6 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/../qts_proxy.conf ${PREFIX}/etc/ post-install: - @ ${CAT} ${PKGMESSAGE} | sed -e 's,@PREFIX@,${PREFIX},g' + @ ${CAT} ${PKGMESSAGE} | ${SED} -e 's,@PREFIX@,${PREFIX},g' .include <bsd.port.mk> |