diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 04:25:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 04:25:09 +0000 |
commit | 63ccdcfdf5d8bced542a9da3363f399e32f2d446 (patch) | |
tree | 9fb2634826808b82e9841634eb70e3876d3531bb /misc | |
parent | b5729dddfed1b76b088afd658f7b1f6d7fc486df (diff) | |
download | pkgsrc-63ccdcfdf5d8bced542a9da3363f399e32f2d446.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libutf/Makefile | 6 | ||||
-rw-r--r-- | misc/libutf/pkg/PLIST | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index 7aec783549f..ec5e96bb7ce 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:35 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/06/21 04:25:09 jlam Exp $ # DISTNAME= libutf-2.10 @@ -8,8 +8,8 @@ MASTER_SITES= http://www.westley.demon.co.uk/src/ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.westley.demon.co.uk/software.html -GNU_CONFIGURE= yes +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined ALL_TARGET= tst -USE_PKGLIBTOOL= yes .include "../../mk/bsd.pkg.mk" diff --git a/misc/libutf/pkg/PLIST b/misc/libutf/pkg/PLIST index 9d35612da96..dc70d3c0863 100644 --- a/misc/libutf/pkg/PLIST +++ b/misc/libutf/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 1998/09/09 15:01:59 agc Exp $ -include/utf.h +@comment $NetBSD: PLIST,v 1.4 2000/06/21 04:25:11 jlam Exp $ +etc/langcoll.utf include/ure.h +include/utf.h lib/libutf.a +lib/libutf.la lib/libutf.so.2.10 -etc/langcoll.utf -man/man3/utf.3.gz -man/man3/ure.3.gz +man/man3/ure.3 +man/man3/utf.3 |