diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-07 15:33:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-07 15:33:37 +0800 |
commit | 6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f (patch) | |
tree | 3470d8d3ba7017e4646b13bab3d0b7a3a1bdb138 /misc | |
parent | 60748303d0b161dfef598215bedb65c8d2266f08 (diff) | |
download | marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.tar marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.tar.gz marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.tar.bz2 marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.tar.lz marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.tar.xz marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.tar.zst marcuscom-ports-6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f.zip |
Add a missing context.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8013 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hicolor-icon-theme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile index 3ffe38598..612304f16 100644 --- a/misc/hicolor-icon-theme/Makefile +++ b/misc/hicolor-icon-theme/Makefile @@ -3,11 +3,12 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.4 2006/08/12 13:55:16 ahze Exp $ +# $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.6 2006/12/06 02:08:43 marcus Exp $ # PORTNAME= hicolor-icon-theme PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= http://icon-theme.freedesktop.org/releases/ @@ -27,7 +28,7 @@ PLIST= ${WRKDIR}/pkg-plist ICON_SIZES= 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ 128x128 192x192 scalable ICON_CONTEXTS= actions animations apps categories devices emblems emotes \ - filesystems intl mimetypes places stock + filesystems intl mimetypes places status stock STOCK_SUBS= chart code data form image io media navigation net object table text SUB_LIST= ICON_SIZES="${ICON_SIZES}" ICON_CONTEXTS="${ICON_CONTEXTS}" \ |