diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 17:45:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-07 17:45:14 +0800 |
commit | 693984d6f4bdaf6efe8f6e4c893538212859a58f (patch) | |
tree | 392987776e7abcf368e2f8677ab837d6c095c5c8 /graphics/gtk-update-icon-cache | |
parent | b40dff0caf0437532a6509ee1e7e0f637fb96837 (diff) | |
download | marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.tar marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.tar.gz marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.tar.bz2 marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.tar.lz marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.tar.xz marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.tar.zst marcuscom-ports-693984d6f4bdaf6efe8f6e4c893538212859a58f.zip |
Correct categories.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15378 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gtk-update-icon-cache')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index c8485d86c..f7aa0c488 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -3,13 +3,13 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.1 2011/03/04 14:34:03 kwm Exp $ # PORTNAME= gtk-update-icon-cache PORTVERSION= 2.24.1 PORTREVISION?= 0 -CATEGORIES= x11-toolkits +CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \ |