diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-29 04:05:19 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-29 04:05:19 +0800 |
commit | dd6214b8e126778fb8f623e96000404a5e67fe39 (patch) | |
tree | d0292d5c11ca7229ad49a962235cc251449f0403 /x11/gnome-panel | |
parent | 2c99b351d7c5c23bb66ea9d750b2307c71fc98db (diff) | |
download | freebsd-ports-gnome-dd6214b8e126778fb8f623e96000404a5e67fe39.tar.gz freebsd-ports-gnome-dd6214b8e126778fb8f623e96000404a5e67fe39.tar.zst freebsd-ports-gnome-dd6214b8e126778fb8f623e96000404a5e67fe39.zip |
x11/gnomepanel -> x11/gnome-panel
x11/gnomepanel-reference -> x11/gnome-panel-reference
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index f0448528cd25..123d8a4e60d0 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -6,12 +6,11 @@ # $MCom: ports/x11/gnomepanel/Makefile,v 1.128 2006/04/13 07:52:40 bland Exp $ # -PORTNAME= gnomepanel +PORTNAME= gnome-panel PORTVERSION= 2.14.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gnome-panel-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |