summaryrefslogtreecommitdiff
path: root/net/ra-rtsp-proxy
diff options
context:
space:
mode:
authortron <tron>2005-08-09 22:30:13 +0000
committertron <tron>2005-08-09 22:30:13 +0000
commit5d13ffc0d418a5c8c6e2e1acd2690619108035c4 (patch)
treeff3b3f9ff341fb4c553f3b0bef4315551d1b76be /net/ra-rtsp-proxy
parent46ba831cb1dbd906584f5e9b4a61fa7026b13d2e (diff)
downloadpkgsrc-5d13ffc0d418a5c8c6e2e1acd2690619108035c4.tar.gz
Use package source install framework to handle the startup script.
Bump package revision because of this change.
Diffstat (limited to 'net/ra-rtsp-proxy')
-rw-r--r--net/ra-rtsp-proxy/Makefile11
-rw-r--r--net/ra-rtsp-proxy/PLIST4
2 files changed, 7 insertions, 8 deletions
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile
index 4ec825e4c05..f143885785b 100644
--- a/net/ra-rtsp-proxy/Makefile
+++ b/net/ra-rtsp-proxy/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2005/06/17 03:50:27 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/08/09 22:30:13 tron Exp $
DISTNAME= rtspd-src-1.0.0.0
PKGNAME= ra-rtsp-proxy-1.0.0.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.scn.rain.com/pub/security/firewalls/
@@ -17,6 +17,9 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+USE_PKGINSTALL= yes
+RCD_SCRIPTS= rtspd
+
WRKSRC= ${WRKDIR}/rtspd-1.0.0.0a
.include "../../mk/bsd.prefs.mk"
@@ -27,11 +30,7 @@ MAKE_ENV+= LOCAL_LIBS="-lsocket -lnsl"
INSTALLATION_DIRS= etc/rc.d man/man8 sbin
-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_MAN} ${WRKSRC}/rtspd.8 ${PREFIX}/man/man8
${INSTALL_PROGRAM} ${WRKSRC}/rtspd ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ra-rtsp-proxy
diff --git a/net/ra-rtsp-proxy/PLIST b/net/ra-rtsp-proxy/PLIST
index 328ea0dffa4..6e16164d9bc 100644
--- a/net/ra-rtsp-proxy/PLIST
+++ b/net/ra-rtsp-proxy/PLIST
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:58:22 zuntum Exp $
-etc/rc.d/rtspd
+@comment $NetBSD: PLIST,v 1.2 2005/08/09 22:30:13 tron Exp $
man/man8/rtspd.8
sbin/rtspd
share/doc/ra-rtsp-proxy/README
share/doc/ra-rtsp-proxy/license.txt
+share/examples/rc.d/rtspd
@dirrm share/doc/ra-rtsp-proxy