diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-07 21:12:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-07 21:12:31 +0800 |
commit | c51dc118d16532cbb0975f6a1283f79f0f639846 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /converters | |
parent | d6971706dddb262040a6508b9b7e08ba636e3147 (diff) | |
download | freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.gz freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.zst freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.zip |
Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
Diffstat (limited to 'converters')
-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 |