diff options
author | tv <tv@pkgsrc.org> | 2004-04-28 15:19:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-28 15:19:04 +0000 |
commit | faaed608d9d57400ab5ae3bf47a0d0802e05d1e5 (patch) | |
tree | 5afae66f91f415dc6e2d8c35b4514499ce1759f9 /converters/libiconv/Makefile | |
parent | f605fe6226a9d706731c189ca9c98b201bbfb7ef (diff) | |
download | pkgsrc-faaed608d9d57400ab5ae3bf47a0d0802e05d1e5.tar.gz |
nb2: use $(INSTALL), not $(INSTALL_DATA), for a library in an autoconfiscated
package.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index ecb496fb9a9..118b8f8cef1 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2004/04/02 19:08:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/28 15:19:04 tv Exp $ # DISTNAME= libiconv-1.9.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/} |