diff options
author | rh <rh@pkgsrc.org> | 2002-10-19 10:54:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-19 10:54:42 +0000 |
commit | c2934c968eaf297f84ff4b05d02846ae68a2e4c8 (patch) | |
tree | abeb1a92871d8e96cb4573c37dd9b354fe2ffba1 /devel/GConf2/Makefile | |
parent | 5553928ad1dd18de779f571677d2e7e47bc3bdc9 (diff) | |
download | pkgsrc-c2934c968eaf297f84ff4b05d02846ae68a2e4c8.tar.gz |
Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
Diffstat (limited to 'devel/GConf2/Makefile')
-rw-r--r-- | devel/GConf2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index d531e707fd8..04f7d86bd07 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2002/10/16 03:42:39 rh Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/19 10:54:43 rh Exp $ # DISTNAME= GConf-1.2.1 PKGNAME= ${DISTNAME:S/GConf/GConf2/} PKGREVISION= 2 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.1/sources/GConf/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@hispabsd.org |