diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | bb9d737e5bea9b718df6ba1218667130f3e8585c (patch) | |
tree | b595a4844124c67233b9ad67ebd2502776636b48 /x11-toolkits/py-gnome | |
parent | afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8 (diff) | |
download | FreeBSD-ports-bb9d737e5bea9b718df6ba1218667130f3e8585c.zip FreeBSD-ports-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/py-gnome')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 5f5c37f..0738a45 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: py-gnome -# Version required: 1.0.1 # Date created: 3/14/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnome-python-1.0.50 -PKGNAME= py-gnome-1.0.50 +PORTNAME= py-gnome +PORTVERSION= 1.0.50 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/python/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/python/ \ ftp://stef.u-picardie.fr/mirror/ftp.gimp.org/gtk/python/ +DISTNAME= gnome-python-${PORTVERSION} MAINTAINER= nectar@FreeBSD.org |