diff options
Diffstat (limited to 'converters/iconv/Makefile')
-rw-r--r-- | converters/iconv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 22c19191a0e2..f1840e47df97 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -7,7 +7,7 @@ PORTNAME= iconv PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ @@ -17,8 +17,8 @@ USE_PERL5= yes INSTALLS_SHLIB= yes MANCOMPRESSED= yes -MAN1= iconv.1 -MAN3= iconv.3 iconv_open.3 iconv_close.3 +MAN1= biconv.1 +MAN3= biconv.3 biconv_open.3 biconv_close.3 .if defined(NOPROFILE) PLIST_SUB= PROFILE:="@comment " |