diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-08 16:27:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-08 16:27:34 +0000 |
commit | 8ce502aca66bbb68e0b8cbe3bc0eac4014f33931 (patch) | |
tree | 86baa1303121660e3524c2213626a85f62805ee6 /misc/xdg-x11-dirs | |
parent | 4d7277aed3713d5bbee64fa5fd3a0dbc5a27e855 (diff) | |
download | pkgsrc-8ce502aca66bbb68e0b8cbe3bc0eac4014f33931.tar.gz |
Update to 1.4: add the share/dtds directory, initially used by the
forthcoming icon-naming-utils package.
Diffstat (limited to 'misc/xdg-x11-dirs')
-rw-r--r-- | misc/xdg-x11-dirs/Makefile | 4 | ||||
-rw-r--r-- | misc/xdg-x11-dirs/dirs.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/xdg-x11-dirs/Makefile b/misc/xdg-x11-dirs/Makefile index 07938fdff15..472659fe62d 100644 --- a/misc/xdg-x11-dirs/Makefile +++ b/misc/xdg-x11-dirs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/04/01 21:39:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/08 16:27:34 jmmv Exp $ # -DISTNAME= xdg-x11-dirs-1.3 +DISTNAME= xdg-x11-dirs-1.4 CATEGORIES= misc gnome kde MASTER_SITES= # empty DISTFILES= # empty diff --git a/misc/xdg-x11-dirs/dirs.mk b/misc/xdg-x11-dirs/dirs.mk index 57b5a5fe4a4..2cb79162c8f 100644 --- a/misc/xdg-x11-dirs/dirs.mk +++ b/misc/xdg-x11-dirs/dirs.mk @@ -1,4 +1,4 @@ -# $NetBSD: dirs.mk,v 1.6 2006/04/01 21:39:55 jmmv Exp $ +# $NetBSD: dirs.mk,v 1.7 2006/09/08 16:27:34 jmmv Exp $ # # This file is intended to be included by mk/dirs.mk, not directly by packages. # @@ -9,6 +9,7 @@ DIRS_XDG_X11_MK= # defined XDG_X11_DIRS= share/application-registry XDG_X11_DIRS+= share/applications XDG_X11_DIRS+= share/desktop-directories +XDG_X11_DIRS+= share/dtds XDG_X11_DIRS+= share/icons XDG_X11_DIRS+= share/images XDG_X11_DIRS+= share/mime-info |