diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 04:40:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 04:40:31 +0800 |
commit | 1526d4d87ab98d77846119e82f73acc3b4ad729d (patch) | |
tree | 19d96976d8b5603de651e94b2c987b003a2b8bbd /x11/gnome-desktop | |
parent | 12865c6b294f9ac5d666607b8dcc9ace6d010b78 (diff) | |
download | marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.tar marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.tar.gz marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.tar.bz2 marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.tar.lz marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.tar.xz marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.tar.zst marcuscom-ports-1526d4d87ab98d77846119e82f73acc3b4ad729d.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11363 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-desktop')
-rw-r--r-- | x11/gnome-desktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 9e7464de9..dd4dbcc88 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,15 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.147 2008/08/05 23:26:13 marcus Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.148 2008/08/19 01:24:21 kwm Exp $ # PORTNAME= gnome-desktop PORTVERSION= 2.23.90 PORTREVISION?= 0 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |