pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ncftp3 Ensure the manpages are always installed un...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0737d20b90b9
branches: trunk
changeset: 487555:0737d20b90b9
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Jan 16 21:36:34 2005 +0000
description:
Ensure the manpages are always installed under PREFIX/man instead of
PREFIX/share/man. The later may happen if that directory exists if
created by another package. Fixes PR pkg/28959.
diffstat:
net/ncftp3/distinfo | 3 ++-
net/ncftp3/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r c08010f91237 -r 0737d20b90b9 net/ncftp3/distinfo
--- a/net/ncftp3/distinfo Sun Jan 16 21:36:27 2005 +0000
+++ b/net/ncftp3/distinfo Sun Jan 16 21:36:34 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2004/08/30 21:44:23 recht Exp $
+$NetBSD: distinfo,v 1.7 2005/01/16 21:36:34 jmmv Exp $
SHA1 (ncftp-3.1.8-src.tar.gz) = 0fca0dd12ceafd9d491f32afca404c6b5da3ef31
Size (ncftp-3.1.8-src.tar.gz) = 509185 bytes
SHA1 (patch-aa) = 38d3b7d1796424bf40b07a1e7e8627ad8d01ea8c
+SHA1 (patch-ab) = 50a5339631ebe82fd7c812f17c0429684214f48e
diff -r c08010f91237 -r 0737d20b90b9 net/ncftp3/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ncftp3/patches/patch-ab Sun Jan 16 21:36:34 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/01/16 21:36:34 jmmv Exp $
+
+--- configure.orig 2004-01-06 21:44:43.000000000 +0100
++++ configure
+@@ -8010,7 +8010,7 @@ fi
+ fi
+
+
+-if test "x$mandir" = 'x${prefix}/man' ; then
++if false; then
+ # Mandir is at default value -- try to see
+ # if $prefix/share/man would be better.
+ #
Home |
Main Index |
Thread Index |
Old Index