summaryrefslogtreecommitdiff
path: root/net/ncftp3
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-01-16 21:36:34 +0000
committerjmmv <jmmv>2005-01-16 21:36:34 +0000
commitf85750bf3375121fd94339b28d1348b6b2d93eb1 (patch)
treee8890115813ff8ae422ba185975da96af96a5931 /net/ncftp3
parentd8254f0a578da8f7cedbd71a05daeb627227978a (diff)
downloadpkgsrc-f85750bf3375121fd94339b28d1348b6b2d93eb1.tar.gz
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 (limited to 'net/ncftp3')
-rw-r--r--net/ncftp3/distinfo3
-rw-r--r--net/ncftp3/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ncftp3/distinfo b/net/ncftp3/distinfo
index 46cf116ee7f..52c1ca30102 100644
--- a/net/ncftp3/distinfo
+++ b/net/ncftp3/distinfo
@@ -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 --git a/net/ncftp3/patches/patch-ab b/net/ncftp3/patches/patch-ab
new file mode 100644
index 00000000000..32c6f5fb5d4
--- /dev/null
+++ b/net/ncftp3/patches/patch-ab
@@ -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.
+ #