diff options
author | tron <tron@pkgsrc.org> | 2001-02-04 16:58:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-04 16:58:57 +0000 |
commit | ecd935eca9a4344ac4b1ba8b1d755cd72b9d1b84 (patch) | |
tree | 727a8b80fdb3baea75813325e9479e4ecd9808e6 | |
parent | 4aa47b4da9ab8a50c619c54286304a5f5f4eadf8 (diff) | |
download | pkgsrc-ecd935eca9a4344ac4b1ba8b1d755cd72b9d1b84.tar.gz |
Install startup script as "rtspd.sh" as most packages do.
-rw-r--r-- | net/ra-rtsp-proxy/Makefile | 4 | ||||
-rw-r--r-- | net/ra-rtsp-proxy/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile index d66d9aec4b8..6000212e125 100644 --- a/net/ra-rtsp-proxy/Makefile +++ b/net/ra-rtsp-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/01/29 11:34:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/04 16:58:57 tron Exp $ DISTNAME= rtspd-src-1.0.0.0 PKGNAME= ra-rtsp-proxy-1.0.0.0 @@ -35,7 +35,7 @@ post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/rtspd.sh >${WRKDIR}/rtspd.sh do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/rtspd.sh ${PREFIX}/etc/rc.d/rtspd + ${INSTALL_SCRIPT} ${WRKDIR}/rtspd.sh ${PREFIX}/etc/rc.d/rtspd.sh ${INSTALL_MAN} ${WRKSRC}/rtspd.8 ${PREFIX}/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/rtspd ${PREFIX}/sbin ${MKDIR} ${PREFIX}/share/doc/ra-rtsp-proxy diff --git a/net/ra-rtsp-proxy/pkg/PLIST b/net/ra-rtsp-proxy/pkg/PLIST index 22acdb5b4a5..5a0e2837fce 100644 --- a/net/ra-rtsp-proxy/pkg/PLIST +++ b/net/ra-rtsp-proxy/pkg/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2001/01/26 05:21:46 hubertf Exp $ -etc/rc.d/rtspd +@comment $NetBSD: PLIST,v 1.5 2001/02/04 16:58:57 tron Exp $ +etc/rc.d/rtspd.sh man/man8/rtspd.8 sbin/rtspd share/doc/ra-rtsp-proxy/README |