summaryrefslogtreecommitdiff
path: root/misc/libutf
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-26 16:05:03 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-26 16:05:03 +0000
commit9c999f010ecab8fcea5b160f156e04072a74cb8c (patch)
tree022ac925d0e53ed31714bcecefba68092bd1fa4e /misc/libutf
parentUpdate to DAT 4613 (diff)
Use MAKE_ARGS, fix location mentioned in pkg-descr
Notes
Notes: svn path=/head/; revision=146419
Diffstat (limited to 'misc/libutf')
-rw-r--r--misc/libutf/Makefile2
-rw-r--r--misc/libutf/files/patch-Makefile.in24
-rw-r--r--misc/libutf/pkg-descr2
3 files changed, 2 insertions, 26 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile
index 46530bc159e9..4124401c1217 100644
--- a/misc/libutf/Makefile
+++ b/misc/libutf/Makefile
@@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= UTF-8 character set support library, including regular expressions
GNU_CONFIGURE= YES
-USE_GMAKE= YES
ALL_TARGET= tst
+MAKE_ARGS= ETCDIR=${EXAMPLESDIR}
MAN3= ure.3 utf.3
diff --git a/misc/libutf/files/patch-Makefile.in b/misc/libutf/files/patch-Makefile.in
deleted file mode 100644
index 0efca7888d94..000000000000
--- a/misc/libutf/files/patch-Makefile.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.in.old Sat May 10 00:38:36 2003
-+++ Makefile.in Sat May 10 00:52:03 2003
-@@ -9,6 +9,7 @@
- INCDIR= $(prefix)/include
- MANDIR= $(prefix)/man
- ETCDIR= $(prefix)/etc
-+EGDIR= $(prefix)/share/examples/libutf
-
- # SVR4, I hate you. What ****idiot**** dreamed this up????
- # Yeah, like all csh or rc users need this crap...
-@@ -32,11 +33,11 @@
- ci -l ure.c ure.h urelang.c utf.c utf.h
-
- install: $(LIBS)
-- $(srcdir)/mkinstalldirs $(LIBDIR) $(INCDIR) $(ETCDIR) $(MANDIR)/man3
-+ $(srcdir)/mkinstalldirs $(LIBDIR) $(INCDIR) $(EGDIR) $(MANDIR)/man3
- $(INSTALL_DATA) $(LIBS) $(LIBDIR) ; $(RANLIB) $(LIBDIR)/$(LIBS)
- $(INSTALL_DATA) $(srcdir)/ure.h $(INCDIR)
- $(INSTALL_DATA) $(srcdir)/utf.h $(INCDIR)
-- $(INSTALL_DATA) $(srcdir)/langcoll.utf $(ETCDIR)
-+ $(INSTALL_DATA) $(srcdir)/langcoll.utf $(EGDIR)
- $(INSTALL_DATA) $(srcdir)/utf.3 $(MANDIR)/man3
- $(INSTALL_DATA) $(srcdir)/ure.3 $(MANDIR)/man3
-
diff --git a/misc/libutf/pkg-descr b/misc/libutf/pkg-descr
index 5285332975db..747cd532464a 100644
--- a/misc/libutf/pkg-descr
+++ b/misc/libutf/pkg-descr
@@ -1,7 +1,7 @@
This software is a library which implements UTF-8 support routines,
and uses those routines and others to implement UTF-8aware regular
expresions. Language collation sequences are specified in a text
-file, ${PREFIX}/etc/langcoll.utf, and feedback as to their correctness
+file, ${PREFIX}/share/examples/libutf/langcoll.utf, and feedback as to their correctness
is appreciated.
Alistair G. Crooks