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/iconv/Makefile | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'converters/iconv/Makefile')
-rw-r--r-- | converters/iconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 74c84f5f4efb..9cc9453d38af 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: iconv -# Version required: 0.1 # Date created: 21 Sep 1999 # Whom: joy@urc.ac.ru # # $FreeBSD$ # -DISTNAME= iconv-0.2 +PORTNAME= iconv +PORTVERSION= 0.2 CATEGORIES= converters MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/ |