diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-11 06:53:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-11 06:53:21 +0000 |
commit | b4979705a91b46caa1320a1962e8e5ff8b85d8ac (patch) | |
tree | fb81b2983141abf29e1c46b942e589d82327adb3 /editors/gconf-editor | |
parent | 4960156f16aea863ac6c0025226a617efcaaee8c (diff) | |
download | pkgsrc-b4979705a91b46caa1320a1962e8e5ff8b85d8ac.tar.gz |
Do not delete share/gnome/help and share/omf when deinstalled; they
should be handled by gnome-dirs and scrollkeeper, respectively.
Bump PKGREVISION.
Diffstat (limited to 'editors/gconf-editor')
-rw-r--r-- | editors/gconf-editor/Makefile | 3 | ||||
-rw-r--r-- | editors/gconf-editor/PLIST | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index 8c4f0e6407e..1899696e21f 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2004/10/28 19:10:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/12/11 06:53:21 minskim Exp $ # DISTNAME= gconf-editor-2.8.2 +PKGREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.8/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/gconf-editor/PLIST b/editors/gconf-editor/PLIST index df4dbee7155..c0d8aa9788f 100644 --- a/editors/gconf-editor/PLIST +++ b/editors/gconf-editor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/09/21 17:10:43 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/12/11 06:53:21 minskim Exp $ bin/gconf-editor man/man1/gconf-editor.1 share/applications/gconf-editor.desktop @@ -90,10 +90,10 @@ share/pixmaps/gconf-editor/folder-open.png @dirrm share/pixmaps/gconf-editor @comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/omf/gconf-editor -@dirrm share/omf +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/gconf-editor/C/figures @dirrm share/gnome/help/gconf-editor/C @dirrm share/gnome/help/gconf-editor -@dirrm share/gnome/help +@comment in gnome-dirs: @dirrm share/gnome/help @comment in GConf2: @dirrm share/gconf/schemas @comment in xdg-dirs: @dirrm share/applications |