diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:15:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 20:15:55 +0000 |
commit | 6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3 (patch) | |
tree | 3d144b8128367601b9438a0c561b12ef3cb6efc4 /x11-toolkits | |
parent | 0d7182fc25a72d0692c54267eb65f84b2b75c142 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gtkscintilla/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index a51d098d964e..16e7d68f3c73 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= py-gnome +PORTNAME= gnome PORTVERSION= 1.4.4 PORTREVISION= 10 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python/1.4 +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gnome-python-${PORTVERSION} DIST_SUBDIR= gnome diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 071d1cf8b90d..c6541faad17b 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= py-gtk +PORTNAME= gtk PORTVERSION= 0.6.11 PORTREVISION= 7 CATEGORIES= x11-toolkits python MASTER_SITES= GNOME +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gnome-python-1.4.4 DIST_SUBDIR= gnome diff --git a/x11-toolkits/py-gtkscintilla/Makefile b/x11-toolkits/py-gtkscintilla/Makefile index f8c6286a989e..b9cbe3ecd8e6 100644 --- a/x11-toolkits/py-gtkscintilla/Makefile +++ b/x11-toolkits/py-gtkscintilla/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # $MCom: ports/x11-toolkits/py-gtkscintilla/Makefile,v 1.1 2006/10/07 15:53:59 ahze Exp $ -PORTNAME= py-gtkscintilla +PORTNAME= gtkscintilla PORTVERSION= 0.8.2 PORTREVISION= 6 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= moleskine +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyGtkScintilla-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |