diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-26 20:46:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-26 20:46:35 +0800 |
commit | 76a6969671d556d8f98ed125003d679b0c26b273 (patch) | |
tree | 93701b8eccd9e8f8aef64c084e9b992fc96da277 /x11-toolkits | |
parent | 68fee9258f2543224a039637a92dc09d2e15b50d (diff) | |
download | marcuscom-ports-76a6969671d556d8f98ed125003d679b0c26b273.tar.gz marcuscom-ports-76a6969671d556d8f98ed125003d679b0c26b273.tar.zst marcuscom-ports-76a6969671d556d8f98ed125003d679b0c26b273.zip |
Axe the PKGNAMESUFFIX, and instead set the PORTNAME to gnome-extras. This
is consistent with py-gnome-desktop.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13034 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index be7fb3dca..54c8f0850 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -3,17 +3,16 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.52 2009/09/06 09:39:27 kwm Exp $ +# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.53 2009/09/17 22:32:50 marcus Exp $ # -PORTNAME= gnome +PORTNAME= gnome-extras PORTVERSION= 2.25.3 PORTREVISION= 6 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -extras DISTNAME= gnome-python-extras-${PORTVERSION} DIST_SUBDIR= gnome2 |