diff options
author | jmmv <jmmv> | 2004-02-15 18:36:23 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-15 18:36:23 +0000 |
commit | f5eb5f16f17943530868b215f1dcd61ad40fa1d6 (patch) | |
tree | b2a4e575c60f7aef0025e29efcfdcbcdfafa0488 /misc | |
parent | 287ebee3d4a239108beb09d590e1b560e72b8f93 (diff) | |
download | pkgsrc-f5eb5f16f17943530868b215f1dcd61ad40fa1d6.tar.gz |
Handle the share/control-center-2.0/icons directory in gnome2-dirs.
Bump version to 1.3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-dirs/Makefile.common | 4 | ||||
-rw-r--r-- | misc/gnome2-dirs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/gnome-dirs/Makefile.common b/misc/gnome-dirs/Makefile.common index 3555815206e..6648e17af9e 100644 --- a/misc/gnome-dirs/Makefile.common +++ b/misc/gnome-dirs/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.4 2003/05/30 15:54:42 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/02/15 18:36:23 jmmv Exp $ # # This Makefile contains all the logic needed to automatically generate # PLIST's for the gnome*-dirs packages. # It also installs all GTK/GNOME directories common to v1 and v2. -GNOME_DIRS_VERSION= 1.2 +GNOME_DIRS_VERSION= 1.3 GNOME_DIRS_COMMON= share/gnome/apps GNOME_DIRS_COMMON+= share/gnome/apps/Applications diff --git a/misc/gnome2-dirs/Makefile b/misc/gnome2-dirs/Makefile index d09cb3f326b..992538383b4 100644 --- a/misc/gnome2-dirs/Makefile +++ b/misc/gnome2-dirs/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2004/02/15 12:12:32 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/15 18:36:23 jmmv Exp $ # DISTNAME= gnome2-dirs-${GNOME_DIRS_VERSION} CATEGORIES= misc gnome MASTER_SITES= # empty DISTFILES= # empty -PKGREVISION= 1 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= # empty @@ -33,6 +32,7 @@ GNOME_DIRS= ${GNOME_DIRS_COMMON} GNOME_DIRS+= share/application-registry GNOME_DIRS+= share/control-center-2.0 GNOME_DIRS+= share/control-center-2.0/capplets +GNOME_DIRS+= share/control-center-2.0/icons GNOME_DIRS+= share/gnome-2.0 GNOME_DIRS+= share/gnome-2.0/ui GNOME_DIRS+= share/gnome/wm-properties |