diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | 51c1b9f9a90a432058792df22dbe12d831d611d0 (patch) | |
tree | 00cbaf2438c30cc2a98f2ea38bee208d71f91bf0 /x11-toolkits/gnustep-xgps/Makefile | |
parent | 0bf120a84dd4029b5653c00e40bdd783f1805810 (diff) | |
download | FreeBSD-ports-51c1b9f9a90a432058792df22dbe12d831d611d0.zip FreeBSD-ports-51c1b9f9a90a432058792df22dbe12d831d611d0.tar.gz |
PORTNAME/PORTVERSION update
Diffstat (limited to 'x11-toolkits/gnustep-xgps/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-xgps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile index f1abb99..67bdd9f 100644 --- a/x11-toolkits/gnustep-xgps/Makefile +++ b/x11-toolkits/gnustep-xgps/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gnustep -# Version required: 0.6.5 # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gstep-core-0.6.5 -PKGNAME= gnustep-0.6.5 +PORTNAME= gnustep +PORTVERSION= 0.6.5 CATEGORIES= devel MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/ +DISTNAME= gstep-core-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |