diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-01 07:14:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-01 07:14:42 +0800 |
commit | f33a2b84172fd1b0f74974404b6dea6db0ca8cf5 (patch) | |
tree | 3e8bade38a3f7531c89f3da6a3113f6232aee927 /misc/gnome-icon-theme/Makefile | |
parent | fefe335c8f1d31a40e22c52cc54eaac6c245490b (diff) | |
download | marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.tar marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.tar.gz marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.tar.bz2 marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.tar.lz marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.tar.xz marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.tar.zst marcuscom-ports-f33a2b84172fd1b0f74974404b6dea6db0ca8cf5.zip |
Remove a leftover locale directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10589 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/Makefile')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 36beddee0..dd0b9d93c 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.110 2007/12/22 22:49:28 kwm Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.111 2008/02/25 11:09:51 kwm Exp $ # PORTNAME= gnome-icon-theme PORTVERSION= 2.21.92 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |