diff options
author | tnn <tnn> | 2008-02-17 20:42:20 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-17 20:42:20 +0000 |
commit | 0ca0a5615aabe350f6859d1ecbd4b74c64cb3e34 (patch) | |
tree | a7050ec560a08e5905c226e876940071b0a4885e /misc | |
parent | 9093b82f6c1d7338f7a8d550a0023167927a002f (diff) | |
download | pkgsrc-0ca0a5615aabe350f6859d1ecbd4b74c64cb3e34.tar.gz |
Support --mandir (and thus PKGMANDIR)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libutf/distinfo | 4 | ||||
-rw-r--r-- | misc/libutf/patches/patch-aa | 21 |
2 files changed, 14 insertions, 11 deletions
diff --git a/misc/libutf/distinfo b/misc/libutf/distinfo index ac36d1ec3b4..a28d44a54db 100644 --- a/misc/libutf/distinfo +++ b/misc/libutf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2007/08/30 23:05:14 agc Exp $ +$NetBSD: distinfo,v 1.7 2008/02/17 20:42:20 tnn Exp $ SHA1 (libutf-3.0.tar.gz) = 7259fedf0d51107e4e4c03147f8a59e22d19e437 RMD160 (libutf-3.0.tar.gz) = 243a030d9cb0b278ddc3263648a39d88e25f489a Size (libutf-3.0.tar.gz) = 55529 bytes -SHA1 (patch-aa) = df5296781a155e5d25663f6fee1439cdf73b1968 +SHA1 (patch-aa) = 9d1b67f6efacc0b2e2886411b57dff34f22e7908 diff --git a/misc/libutf/patches/patch-aa b/misc/libutf/patches/patch-aa index f26d304d6ec..661e2a04865 100644 --- a/misc/libutf/patches/patch-aa +++ b/misc/libutf/patches/patch-aa @@ -1,19 +1,22 @@ -$NetBSD: patch-aa,v 1.4 2007/08/30 23:05:14 agc Exp $ +$NetBSD: patch-aa,v 1.5 2008/02/17 20:42:20 tnn Exp $ -Patches to use NetBSD's libtool and PKG_SYSCONFDIR. -DESTDIR patches too - ---- Makefile.in.orig 2006-05-26 21:14:56.000000000 +0100 -+++ Makefile.in 2007-08-30 23:51:57.000000000 +0100 -@@ -9,6 +9,7 @@ +--- Makefile.in.orig 2006-05-26 22:14:56.000000000 +0200 ++++ Makefile.in +@@ -5,10 +5,12 @@ VPATH= @srcdir@ + + prefix= @prefix@ + exec_prefix= @exec_prefix@ ++mandir= @mandir@ + LIBDIR= $(exec_prefix)/lib INCDIR= $(prefix)/include - MANDIR= $(prefix)/man +-MANDIR= $(prefix)/man ++MANDIR= $(mandir) 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... -@@ -26,31 +27,38 @@ +@@ -26,31 +28,38 @@ INSTALL_DATA= @INSTALL_DATA@ RANLIB= @RANLIB@ $(LIBS) : $(OBJS) |