diff options
author | obache <obache@pkgsrc.org> | 2011-04-02 08:45:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-02 08:45:43 +0000 |
commit | ecc3a01e3ab16a3a33c3bacc7ce9ec1aa27cb6c9 (patch) | |
tree | 970c5a374a4e5474e08cddf7c24e2662e4cce2f8 /devel | |
parent | d3c2fbc328c636c44f6fd83d98422968e98b76f0 (diff) | |
download | pkgsrc-ecc3a01e3ab16a3a33c3bacc7ce9ec1aa27cb6c9.tar.gz |
set HOMEPAGE.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/newt/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/newt/Makefile.common b/devel/newt/Makefile.common index c26a6b6a7d3..f32f675356b 100644 --- a/devel/newt/Makefile.common +++ b/devel/newt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2008/04/13 09:54:42 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2011/04/02 08:45:43 obache Exp $ # used by devel/py-newt/Makefile DISTNAME= newt-${VERSION}-5.src.rpm @@ -9,7 +9,7 @@ MASTER_SITES= http://download.fedora.redhat.com/pub/fedora/linux/core/3/SRPMS/ EXTRACT_SUFX= # empty MAINTAINER= riz@NetBSD.org -HOMEPAGE= # empty +HOMEPAGE= https://fedorahosted.org/newt/wiki BUILD_DEPENDS+= rpm2pkg>=2.0:../../pkgtools/rpm2pkg |