diff options
author | wiz <wiz> | 2005-04-19 11:00:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-19 11:00:57 +0000 |
commit | 8b91f7ffc9346638c41a4ac908b35508917a824f (patch) | |
tree | f9cc16c8d8720084752a4153dce8196246a5163a /sysutils | |
parent | d4705265ffa9bcad7b39be856dfc1f194b8e172e (diff) | |
download | pkgsrc-8b91f7ffc9346638c41a4ac908b35508917a824f.tar.gz |
Depend on xdg-dirs-1.2.
Do not try to remove share/desktop-directories in deinstall.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-menus/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gnome-menus/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/gnome-menus/Makefile b/sysutils/gnome-menus/Makefile index df71fd1851b..5eb698afde1 100644 --- a/sysutils/gnome-menus/Makefile +++ b/sysutils/gnome-menus/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/04/19 00:34:32 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/19 11:00:57 wiz Exp $ # DISTNAME= gnome-menus-2.10.1 +PKGREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-menus/2.10/} EXTRACT_SUFX= .tar.bz2 @@ -11,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Implementation of the desktop menu specification for GNOME GNU_CONFIGURE= yes -USE_DIRS+= xdg-1.1 +USE_DIRS+= xdg-1.2 USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PKGINSTALL= yes diff --git a/sysutils/gnome-menus/PLIST b/sysutils/gnome-menus/PLIST index 7bcc4d8aa98..56f72385d15 100644 --- a/sysutils/gnome-menus/PLIST +++ b/sysutils/gnome-menus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/04/19 00:34:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/04/19 11:00:57 wiz Exp $ bin/gnome-menu-spec-test include/gnome-menus/menu-tree.h lib/libgnome-menu.la @@ -72,5 +72,5 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnome-menus.mo @dirrm share/examples/gnome-menus/xdg/menus @dirrm share/examples/gnome-menus/xdg @dirrm share/examples/gnome-menus -@unexec ${RMDIR} %D/share/desktop-directories 2>/dev/null || ${TRUE} +@@comment in xdg-dirs: @dirrm share/desktop-directories @dirrm include/gnome-menus |