diff options
author | abs <abs@pkgsrc.org> | 2007-04-02 21:59:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-04-02 21:59:30 +0000 |
commit | 05217b1fc2b23c67c5512c7c8fd44180853a12c2 (patch) | |
tree | 210a4623b06de5946ffc495900150c226a8d1eb9 /www/ns-remote/Makefile | |
parent | b11ea473559fe841d1bf52ce86d6e07cecd1852b (diff) | |
download | pkgsrc-05217b1fc2b23c67c5512c7c8fd44180853a12c2.tar.gz |
Update to ns-remote-1.11nb3: correctly escape spaces in URLs in ns-open
Diffstat (limited to 'www/ns-remote/Makefile')
-rw-r--r-- | www/ns-remote/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ns-remote/Makefile b/www/ns-remote/Makefile index b72d4a40dd9..8fb1079ab04 100644 --- a/www/ns-remote/Makefile +++ b/www/ns-remote/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.32 2007/03/21 12:36:17 abs Exp $ +# $NetBSD: Makefile,v 1.33 2007/04/02 21:59:30 abs Exp $ DISTNAME= ns-remote PKGNAME= ns-remote-1.11 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://home.netscape.com/newsref/std/ DISTFILES= remote.c vroot.h -MAINTAINER= norm@mono.org +MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.netscape.com/newsref/std/x-remote.html COMMENT= Remote-control of Netscape and Mozilla-based browsers |