diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/gnomeicu2 | |
parent | Accidental whitespace (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/gnomeicu2')
-rw-r--r-- | net/gnomeicu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index 68b9e4934e95..b0dd8c209478 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -1,12 +1,12 @@ # Ports collection Makefile for: GnomeICU -# Version required: 0.90b # Date created: 03/16/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # -DISTNAME= gnomeicu-0.90b +PORTNAME= gnomeicu +PORTVERSION= 0.90.b CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ http://www.nectar.cc/distfiles/ |