diff options
author | gdt <gdt> | 2008-09-01 13:29:53 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-09-01 13:29:53 +0000 |
commit | 2b83f40ab77af9fbedb77ccb31787910d61a6416 (patch) | |
tree | 633938a3ae1835922c81a66947859523f24287e2 /graphics | |
parent | f4821cef6a4dd15cadbf2e39587419698db5109d (diff) | |
download | pkgsrc-2b83f40ab77af9fbedb77ccb31787910d61a6416.tar.gz |
Put tarball someplace with a standard name, and reference it there.
Include URL to upstream bug about tarball naming.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkimageview/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gtkimageview/Makefile b/graphics/gtkimageview/Makefile index 8fc4c0bd332..48ac62d4974 100644 --- a/graphics/gtkimageview/Makefile +++ b/graphics/gtkimageview/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2008/08/31 23:22:21 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/01 13:29:53 gdt Exp $ DISTNAME= gtkimageview-1.6.1 +PKGREVISION= 1 CATEGORIES= graphics -# See ticket:27 on trac, and until then, download by hand. -MASTER_SITES= http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/broken +# See http://trac.bjourne.webfactional.com/ticket/27 +# MASTER_SITES= http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/broken +MASTER_SITES= http://www.lexort.com/pkgsrc/distfiles/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://trac.bjourne.webfactional.com/ |