summaryrefslogtreecommitdiff
path: root/net/rtsp_proxy/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /net/rtsp_proxy/Makefile
parentln -> ${LN} (diff)
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
Diffstat (limited to '')
-rw-r--r--net/rtsp_proxy/Makefile4
1 files changed, 2 insertions, 2 deletions
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>