diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2006-02-26 18:44:54 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2006-02-26 18:44:54 +0000 |
commit | ab034540da861f50b0510faebe3c25d32a6da746 (patch) | |
tree | a3ca3341dcbcff1acdf701c07784a7f5e3227757 /net/wmget | |
parent | 30f102136d1bc88a19e43bcb1465c8ee1394c66a (diff) | |
download | pkgsrc-ab034540da861f50b0510faebe3c25d32a6da746.tar.gz |
Invert MASTER_SITES and HOMEPAGE. Pointed out by Bernd Ernesti.
Diffstat (limited to 'net/wmget')
-rw-r--r-- | net/wmget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wmget/Makefile b/net/wmget/Makefile index 2f561a54480..cf0413bf555 100644 --- a/net/wmget/Makefile +++ b/net/wmget/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 13:31:28 rpaulo Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/26 18:44:54 rpaulo Exp $ DISTNAME= wmget-0.6.0-src PKGNAME= ${DISTNAME:S/-src//} WRKSRC= ${WRKDIR}/wmget CATEGORIES= net -MASTER_SITES= http://amtrickey.net/wmget/index.html +MASTER_SITES= http://amtrickey.net/download/ MAINTAINER= rpaulo@NetBSD.org -HOMEPAGE= http://amtrickey.net/download/ +HOMEPAGE= http://amtrickey.net/wmget/index.html COMMENT= Background download manager in a Window Maker dock app SUBST_CLASSES+= ldflags |