diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
commit | 53ad8315b0a2ef773e5e5f74a380bab573e4d008 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /converters/iconv | |
parent | c0af1ccd5f350208e51572a7122f075c545462ec (diff) |
Notes
Diffstat (limited to 'converters/iconv')
-rw-r--r-- | converters/iconv/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 4586eb1ec8de..4baf4bd27e15 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: iconv -# Date created: 21 September 1999 -# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> -# +# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> # $FreeBSD$ -# PORTNAME= iconv PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bland @@ -15,8 +11,10 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= bland@FreeBSD.org COMMENT= Charset conversion library and utilities +USES= shebangfix USE_PERL5= yes USE_LDCONFIG= yes +SHEBANG_FILES= iconv_builtin ccs/iconv_mktbl MANCOMPRESSED= yes MAN1= biconv.1 |