diff options
author | reed <reed@pkgsrc.org> | 2004-06-05 23:36:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-06-05 23:36:33 +0000 |
commit | bb372858dc1ec77623b1abd4006115a2923e1eb6 (patch) | |
tree | 84b0d63dfa84e562dd07f938f231a897b644935e | |
parent | 4534b675c3039b20144daaf575092198ff2cd102 (diff) | |
download | pkgsrc-bb372858dc1ec77623b1abd4006115a2923e1eb6.tar.gz |
Use the homepage as listed in the source and found at google.
(Really it currently redirects to another webpage.)
This is better than using generic www.gnome.org
that leads us nowhere.
-rw-r--r-- | print/gpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gpdf/Makefile b/print/gpdf/Makefile index 89e5c54625e..42205ea4827 100644 --- a/print/gpdf/Makefile +++ b/print/gpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/05/07 01:14:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2004/06/05 23:36:33 reed Exp $ # DISTNAME= gpdf-0.131 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gpdf/0.131/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= http://www.purl.org/NET/gpdf COMMENT= GNOME 2 version of xpdf BUILD_USES_MSGFMT= yes |