From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- converters/iconv/Makefile | 2 ++ converters/iconv/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 converters/iconv/pkg-comment (limited to 'converters/iconv') diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 52586f61da73..997ff8c4b55a 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Charset conversion library and utilities + USE_PERL5= yes INSTALLS_SHLIB= yes diff --git a/converters/iconv/pkg-comment b/converters/iconv/pkg-comment deleted file mode 100644 index 3be3c1e24eef..000000000000 --- a/converters/iconv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Charset conversion library and utilities -- cgit