diff options
author | tv <tv@pkgsrc.org> | 2001-10-31 14:34:57 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-10-31 14:34:57 +0000 |
commit | 39ac94e7e0e4186a0b3ab8f5b910353eea112553 (patch) | |
tree | 8c2cb1fef6cfaead60867e9863d08e56259f2334 /net | |
parent | 49dd3e4234b4c13ad8bf54d9ce75cd44f270fbde (diff) | |
download | pkgsrc-39ac94e7e0e4186a0b3ab8f5b910353eea112553.tar.gz |
Clean out my pkgsrc diffs:
Make this fetchable directly.
Diffstat (limited to 'net')
-rw-r--r-- | net/ra-rtsp-proxy/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile index 8d6132f3aca..e8eb6e5ca47 100644 --- a/net/ra-rtsp-proxy/Makefile +++ b/net/ra-rtsp-proxy/Makefile @@ -1,16 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2001/09/14 23:01:39 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/10/31 14:34:57 tv Exp $ DISTNAME= rtspd-src-1.0.0.0 PKGNAME= ra-rtsp-proxy-1.0.0.0nb1 CATEGORIES= net -MASTER_SITES= # empty +MASTER_SITES= http://docs.real.com/docs/proxykit/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://service.real.com/firewall/fdev.html COMMENT= Proxy server for the RealAudio RTSP protocol -IS_INTERACTIVE= yes - LICENSE= no-commercial-use RESTRICTED= ${LICENSE} NO_SRC_ON_FTP= ${RESTRICTED} @@ -28,16 +26,6 @@ WRKSRC= ${WRKDIR}/rtspd-1.0.0.0a MAKE_ENV+= LOCAL_LIBS="-lsocket -lnsl" .endif -do-fetch: - @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ - ${ECHO_MSG} "==============================================================="; \ - ${ECHO_MSG} " The RTSP Proxy Kit must be fetched into \"${DISTDIR}\""; \ - ${ECHO_MSG} " via the Web formular available under this URL:"; \ - ${ECHO_MSG} " ${DOWNLOAD}"; \ - ${ECHO_MSG} "==============================================================="; \ - ${FALSE}; \ - fi - post-build: ${SED} s#@PREFIX@#${PREFIX}#g <${FILESDIR}/rtspd.sh >${WRKDIR}/rtspd.sh |