diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-24 23:34:12 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-24 23:34:12 +0800 |
commit | 77cfd955f6a4719e5c4a1f7c07b647da5305da1a (patch) | |
tree | c0b1e99b614ac21c01234ad8380cb23739b1e3e3 /net | |
parent | 9cf1741b9f471685bafce708ff6a013a2f7d8186 (diff) | |
download | freebsd-ports-gnome-77cfd955f6a4719e5c4a1f7c07b647da5305da1a.tar.gz freebsd-ports-gnome-77cfd955f6a4719e5c4a1f7c07b647da5305da1a.tar.zst freebsd-ports-gnome-77cfd955f6a4719e5c4a1f7c07b647da5305da1a.zip |
Add master site and hand maintainership to submitter
PR: 99420
Submitted by: Joe Holden <joe@joeholden.co.uk>
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc2swf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/vnc2swf/Makefile b/net/vnc2swf/Makefile index f7cabb104472..4f824549379c 100644 --- a/net/vnc2swf/Makefile +++ b/net/vnc2swf/Makefile @@ -8,9 +8,10 @@ PORTNAME= vnc2swf PORTVERSION= 0.5.0 CATEGORIES= net -MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/ +MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/ \ + ftp://ftp.rewt.org.uk/pub/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joe@joeholden.co.uk COMMENT= VNC Session Recorder to SWF Flash (Movie) format USE_X_PREFIX= yes |