diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-01 17:26:31 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-01 17:26:31 +0000 |
commit | c11516af7b118b7909eea2a3365f1ba4a6bff9cc (patch) | |
tree | 050a5fb21d70933dedc96afc2daadfe787f7b9b2 /x11-themes/linux-f10-hicolor-icon-theme | |
parent | 57195ab8e84799c7a48627bc919b6702064e6fb0 (diff) |
Notes
Diffstat (limited to 'x11-themes/linux-f10-hicolor-icon-theme')
-rw-r--r-- | x11-themes/linux-f10-hicolor-icon-theme/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/linux-f10-hicolor-icon-theme/Makefile b/x11-themes/linux-f10-hicolor-icon-theme/Makefile index 9f93dd77acc3..d07fb48cc39b 100644 --- a/x11-themes/linux-f10-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f10-hicolor-icon-theme/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: linux-hicolor-icon-theme -# Date created: 7 February 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# New ports collection makefile for: x11-themes/linux-f10-hicolor-icon-theme +# Date created: 2009-05-03 +# Whom: bsam # # $FreeBSD$ # @@ -9,12 +9,14 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 CATEGORIES= x11-themes linux MASTER_SITES= # empty -PKGNAMEPREFIX= linux-f8- +PKGNAMEPREFIX= linux-f10- DISTFILES= # empty MAINTAINER= emulation@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project +CONFLICTS= linux-hicolor-icon-theme-[0-9]* linux-f8-hicolor-icon-theme-[0-9]* + RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme NO_BUILD= yes |