diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /converters/i18ntools | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | freebsd-ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'converters/i18ntools')
-rw-r--r-- | converters/i18ntools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/i18ntools/Makefile b/converters/i18ntools/Makefile index 574cf5e4392f..9ebbb9609f30 100644 --- a/converters/i18ntools/Makefile +++ b/converters/i18ntools/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: i18ntools -# Version required: 1.0 # Date created: 17 April 1999 # Whom: G. Adam Stanislav # # $FreeBSD$ # -DISTNAME= i18ntools-1.0 +PORTNAME= i18ntools +PORTVERSION= 1.0 CATEGORIES= converters MASTER_SITES= ftp://ftp.whizkidtech.net/unix/ \ http://www.whizkidtech.net/fports/ |