diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /net/ra-rtsp-proxy/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'net/ra-rtsp-proxy/Makefile')
-rw-r--r-- | net/ra-rtsp-proxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ra-rtsp-proxy/Makefile b/net/ra-rtsp-proxy/Makefile index 329d40f39c4..4a18f1cfed9 100644 --- a/net/ra-rtsp-proxy/Makefile +++ b/net/ra-rtsp-proxy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2001/11/29 01:12:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/29 12:42:03 jmmv Exp $ DISTNAME= rtspd-src-1.0.0.0 PKGNAME= ra-rtsp-proxy-1.0.0.0 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/rtspd-1.0.0.0a CATEGORIES= net MASTER_SITES= http://docs.real.com/docs/proxykit/ @@ -19,8 +20,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} DOWNLOAD= http://proforma.real.com/rn/misc/rtspproxy/index.html -WRKSRC= ${WRKDIR}/rtspd-1.0.0.0a - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |