diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ncftp3/distinfo | 3 | ||||
-rw-r--r-- | net/ncftp3/patches/patch-ab | 13 |
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. + # |