diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /converters/libiconv | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 3 | ||||
-rw-r--r-- | converters/libiconv/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 91b6697ba05..f8b8e307826 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/12 19:24:39 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:59:25 wiz Exp $ # DISTNAME= libiconv-1.5 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://clisp.cons.org/~haible/packages-libiconv.html +COMMENT= character set conversion library GNU_CONFIGURE= YES USE_GMAKE= YES diff --git a/converters/libiconv/pkg/COMMENT b/converters/libiconv/pkg/COMMENT deleted file mode 100644 index 83490d707f1..00000000000 --- a/converters/libiconv/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -character set conversion library |