summaryrefslogtreecommitdiff
path: root/misc/libutf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/libutf/Makefile')
-rw-r--r--misc/libutf/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile
index 1ad7a7cb41c..c6084a1e540 100644
--- a/misc/libutf/Makefile
+++ b/misc/libutf/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 18:09:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2002/12/23 08:03:02 jmmv Exp $
#
DISTNAME= libutf-2.10
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.westley.demon.co.uk/src/
@@ -13,4 +14,10 @@ GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
ALL_TARGET= tst
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
+EGDIR= ${PREFIX}/share/examples/libutf
+CONF_FILES= ${EGDIR}/langcoll.utf ${PKG_SYSCONFDIR}/langcoll.utf
+
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"