mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
converters/iconv-extra: add license
There is no license file, but the C sources contain the same BSD style 3-clause license as distributed in the converters/iconv port. While here use @preunexec instead of the deprecated @unexec in pkg-plist. Approved by: bland (maintainer)
This commit is contained in:
parent
796ea007ba
commit
48a19241b7
@ -2,12 +2,15 @@
|
||||
|
||||
PORTNAME= iconv-extra
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= LOCAL/bland
|
||||
|
||||
MAINTAINER= bland@FreeBSD.org
|
||||
COMMENT= Additional charsets for the iconv library (those from the Unicode site)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libbiconv.so:converters/iconv
|
||||
|
||||
USES= perl5 uidfix
|
||||
|
@ -66,4 +66,4 @@ share/iconv/windows-1255.cct
|
||||
share/iconv/windows-1256.cct
|
||||
share/iconv/windows-1257.cct
|
||||
share/iconv/windows-1258.cct
|
||||
@unexec sed '/^# BEGIN iconv-extra$/,/^# END iconv-extra$/d' %B/charset.aliases > %B/charset.aliases.new && mv -f %B/charset.aliases.new %B/charset.aliases
|
||||
@preunexec sed '/^# BEGIN iconv-extra$/,/^# END iconv-extra$/d' %B/charset.aliases > %B/charset.aliases.new && mv -f %B/charset.aliases.new %B/charset.aliases
|
||||
|
Loading…
Reference in New Issue
Block a user