diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-02 19:28:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-02 19:28:31 +0000 |
commit | 40ee327080cf47bc62d946c657eb45ea1377d385 (patch) | |
tree | 18a61b67ea78af2f6b610a84ebfeb074a106ff42 /graphics | |
parent | 18ea7ff0d546f332d81add72a107b34a39284549 (diff) | |
download | pkgsrc-40ee327080cf47bc62d946c657eb45ea1377d385.tar.gz |
for consistency, create icons/gnome/48x48/mimetypes on install, pointed
out by wiz
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 5de65c22e48..d8ad1da097c 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2007/01/24 19:39:25 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/02/02 19:28:31 drochner Exp $ # DISTNAME= gnome-icon-theme-2.16.1 @@ -23,6 +23,11 @@ PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in BUILDLINK_API_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.5 HICOLOR_ICON_THEME_DEPEND_ONLY= yes +# XXX this is used by applications. We "own" the subtree share/icons/gnome, +# so we control the subdirs not belonging to a single application. +post-install: + ${MKDIR} ${PREFIX}/share/icons/gnome/48x48/mimetypes + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/icon-naming-utils/buildlink3.mk" |