diff options
Diffstat (limited to 'x11-toolkits/gnustep-xgps')
-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 |