pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/DarwinStreamingServer Fixed typo
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f47aa839134
branches: trunk
changeset: 522610:4f47aa839134
user: adam <adam%pkgsrc.org@localhost>
date: Fri Dec 15 13:11:10 2006 +0000
description:
Fixed typo
diffstat:
net/DarwinStreamingServer/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36d75fba6cc3 -r 4f47aa839134 net/DarwinStreamingServer/Makefile
--- a/net/DarwinStreamingServer/Makefile Fri Dec 15 12:46:23 2006 +0000
+++ b/net/DarwinStreamingServer/Makefile Fri Dec 15 13:11:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/15 09:03:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/15 13:11:10 adam Exp $
DISTNAME= DarwinStreamingSrvr5.5.4-Source
PKGNAME= DarwinStreamingServer-5.5.4
@@ -121,7 +121,7 @@
SUBST_SED.path+= -e "s|/etc/streaming|${PKG_SYSCONFDIR}/streaming|"
SUBST_SED.path+= -e "s|/movies|/share/streaming/movies|"
SUBST_SED.path+= -e "s|/usr/local|${PREFIX}|"
-SUBST_SED.path+= -e "s|/sbin/StreamingServer|libexec/StreamingServer|"
+SUBST_SED.path+= -e "s|/sbin/StreamingServer|/libexec/StreamingServer|"
SUBST_SED.path+= -e "s|/var/streaming/AdminHtml|${PREFIX}/share/streaming/AdminHtml|"
SUBST_SED.path+= -e "s|/var/streaming/playlists|${PREFIX}/share/streaming/playlists|"
SUBST_SED.path+= -e "s|/var/streaming/logs|${VARBASE}/log/streaming|"
Home |
Main Index |
Thread Index |
Old Index