aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-01-04 21:28:28 +0000
committerStefan Eßer <se@FreeBSD.org>2022-01-04 21:31:14 +0000
commit18b425d280f0f87063e8af5febd8d679c45d6613 (patch)
treedf09735365bcfd52b399d0df7fd94aae03294bcc /converters
parent48a19241b745a2658c57143ee1a917034abea2c3 (diff)
downloadports-18b425d280f0f87063e8af5febd8d679c45d6613.tar.gz
ports-18b425d280f0f87063e8af5febd8d679c45d6613.zip
Diffstat (limited to 'converters')
-rw-r--r--converters/iconv-rfc1345/Makefile3
-rw-r--r--converters/iconv-rfc1345/pkg-plist2
2 files changed, 4 insertions, 1 deletions
diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile
index 0b50aac4f10b..5e2434e93e17 100644
--- a/converters/iconv-rfc1345/Makefile
+++ b/converters/iconv-rfc1345/Makefile
@@ -2,12 +2,15 @@
PORTNAME= iconv-rfc1345
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= LOCAL/bland
MAINTAINER= bland@FreeBSD.org
COMMENT= Additional charset modules for the iconv library (from RFC1345)
+LICENSE= BSD3CLAUSE
+
LIB_DEPENDS= libbiconv.so:converters/iconv
USES= perl5 uidfix
diff --git a/converters/iconv-rfc1345/pkg-plist b/converters/iconv-rfc1345/pkg-plist
index adaf3a90b288..08a03316d9c3 100644
--- a/converters/iconv-rfc1345/pkg-plist
+++ b/converters/iconv-rfc1345/pkg-plist
@@ -106,4 +106,4 @@ share/iconv/iso-ir-99.cct
share/iconv/iso646-dk.cct
share/iconv/iso646-kr.cct
share/iconv/macintosh.cct
-@unexec sed '/^# BEGIN iconv-rfc1345$/,/^# END iconv-rfc1345$/d' %B/charset.aliases > %B/charset.aliases.new && mv -f %B/charset.aliases.new %B/charset.aliases
+@preunexec sed '/^# BEGIN iconv-rfc1345$/,/^# END iconv-rfc1345$/d' %B/charset.aliases > %B/charset.aliases.new && mv -f %B/charset.aliases.new %B/charset.aliases