diff options
author | zuntum <zuntum> | 2001-03-15 14:55:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-15 14:55:23 +0000 |
commit | 8008a7613d9df53f2273fb61dba7a96b1086affe (patch) | |
tree | 945db26145c89ca0e1f1d9116db2a75b6ee79821 /graphics | |
parent | 7f3afbacaf90f7e07ae662fd8cfd859e114b71bc (diff) | |
download | pkgsrc-8008a7613d9df53f2273fb61dba7a96b1086affe.tar.gz |
Remove "index.html" from the HOMEPAGE URL
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index f284e615fd8..3ba809bd91e 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/03/04 09:12:06 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/03/15 14:55:23 zuntum Exp $ # DISTNAME= gqview-0.10.1 @@ -6,7 +6,7 @@ CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} MAINTAINER= wiz@netbsd.org -HOMEPAGE= http://gqview.sourceforge.net/index.html +HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= another gtk-based graphic file viewer DEPENDS+= gdk-pixbuf>=0.9.0:../../graphics/gdk-pixbuf |