diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /x11-toolkits/gnustep-gui | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index f1abb996ff78..67bdd9f9e9d9 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/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 |