diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-03 15:54:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-03 15:54:27 +0000 |
commit | e44e868a92e68b118e593065e9a78bec571974be (patch) | |
tree | 6be3e74444d550788236bed95bfbbfeefe4e58e1 /devel | |
parent | fe905cf02c3981df0ec849ef64979f7be88fa1f7 (diff) | |
download | pkgsrc-e44e868a92e68b118e593065e9a78bec571974be.tar.gz |
Honour PKGMANDIR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsps/distinfo | 4 | ||||
-rw-r--r-- | devel/cvsps/patches/patch-aa | 6 | ||||
-rw-r--r-- | devel/libowfat/distinfo | 4 | ||||
-rw-r--r-- | devel/libowfat/patches/patch-aa | 8 |
4 files changed, 12 insertions, 10 deletions
diff --git a/devel/cvsps/distinfo b/devel/cvsps/distinfo index 0e14c9684b9..63066629694 100644 --- a/devel/cvsps/distinfo +++ b/devel/cvsps/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/07/15 22:25:58 kristerw Exp $ +$NetBSD: distinfo,v 1.8 2008/02/03 15:56:57 tnn Exp $ SHA1 (cvsps-2.1.tar.gz) = a53a62b121e7b86e07a393bcb8aa4f0492a747c4 RMD160 (cvsps-2.1.tar.gz) = a3063f638fbf1136761549658432d5842e4a766f Size (cvsps-2.1.tar.gz) = 61634 bytes -SHA1 (patch-aa) = 7e908b0f79098d7f829058d55db8ed9311101e0f +SHA1 (patch-aa) = 21e93db185459d7550ab30a117c4679f6d6fa0fb SHA1 (patch-ab) = d990e59b00f5d83057239371162d3c246b999323 diff --git a/devel/cvsps/patches/patch-aa b/devel/cvsps/patches/patch-aa index ac6c9d973ff..75119cb2b19 100644 --- a/devel/cvsps/patches/patch-aa +++ b/devel/cvsps/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2005/07/13 04:00:41 schmonz Exp $ +$NetBSD: patch-aa,v 1.5 2008/02/03 15:56:57 tnn Exp $ ---- Makefile.orig 2005-05-25 23:39:40.000000000 -0400 +--- Makefile.orig 2005-05-26 05:39:40.000000000 +0200 +++ Makefile @@ -3,7 +3,7 @@ MINOR=1 CC?=gcc @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.4 2005/07/13 04:00:41 schmonz Exp $ + [ -d $(prefix)/man/man1 ] || mkdir -p $(prefix)/man/man1 install cvsps $(prefix)/bin - install -m 644 cvsps.1 $(prefix)/share/man/man1 -+ install -m 644 cvsps.1 $(prefix)/man/man1 ++ install -m 644 cvsps.1 $(prefix)/$(PKGMANDIR)/man1 clean: rm -f cvsps *.o cbtcommon/*.o core diff --git a/devel/libowfat/distinfo b/devel/libowfat/distinfo index fb5c812ef2a..264488b7b38 100644 --- a/devel/libowfat/distinfo +++ b/devel/libowfat/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +$NetBSD: distinfo,v 1.2 2008/02/03 15:54:27 tnn Exp $ SHA1 (libowfat-0.27.tar.bz2) = 5a61ddb0e6c425932e9b87be10d308d21616e802 RMD160 (libowfat-0.27.tar.bz2) = 7192b155c9c83fc1dc9f4057220a4da43e464a50 Size (libowfat-0.27.tar.bz2) = 128908 bytes -SHA1 (patch-aa) = 9d550c1072faf0b1ae1ad81e2e676a0b03280697 +SHA1 (patch-aa) = 7542a1fd6b2f4f3f1dd430be547075e98488d7d0 diff --git a/devel/libowfat/patches/patch-aa b/devel/libowfat/patches/patch-aa index e999baeb2f3..81cecc513df 100644 --- a/devel/libowfat/patches/patch-aa +++ b/devel/libowfat/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2008/02/03 15:54:27 tnn Exp $ --- GNUmakefile.orig 2006-07-16 01:17:01.000000000 +0200 +++ GNUmakefile -@@ -4,9 +4,9 @@ +@@ -4,10 +4,10 @@ # in /opt/diet, where they are in the default search path for my diet libc # work but don't conflict with anything there. YMMV. @@ -10,7 +10,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $ +prefix=${PREFIX} LIBDIR=${prefix}/lib -INCLUDEDIR=${prefix}/include +-MAN3DIR=${prefix}/man/man3 +INCLUDEDIR=${prefix}/include/libowfat - MAN3DIR=${prefix}/man/man3 ++MAN3DIR=${prefix}/${PKGMANDIR}/man3 LIBS=byte.a fmt.a scan.a str.a uint.a open.a stralloc.a unix.a socket.a \ + buffer.a mmap.a taia.a tai.a dns.a case.a mult.a array.a io.a \ |