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/gtkstep | |
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/gtkstep')
-rw-r--r-- | x11-toolkits/gtkstep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index 2363ba3..8a8c69f 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/gtkstep/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkstep -# Version required: 2.0 # Date Created: 7 nov 98 # Whom: Gilad Rom # # $FreeBSD$ # -DISTNAME= gtkstep-2.0 +PORTNAME= gtkstep +PORTVERSION= 2.0 CATEGORIES= x11-toolkits MASTER_SITES= http://ulli.linuxave.net/gtkstep/ |