diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-19 13:27:33 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-19 13:27:33 +0000 |
commit | 72153421c6f4b57ad8a2a2c9e0d0f0ba7ea321e9 (patch) | |
tree | 3cfb4f76321b00dc177e409a9b171a0d87de507d /security/heimdal/patches | |
parent | 7e1a531de7c0cef20d812c1cc815bf884441feda (diff) | |
download | pkgsrc-72153421c6f4b57ad8a2a2c9e0d0f0ba7ea321e9.tar.gz |
The patch from upstream to fix man/man5/qop.5 symlink. This has been sit in
PR 38622 for some time.
Diffstat (limited to 'security/heimdal/patches')
-rw-r--r-- | security/heimdal/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/heimdal/patches/patch-aa b/security/heimdal/patches/patch-aa new file mode 100644 index 00000000000..00f54654ea3 --- /dev/null +++ b/security/heimdal/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.5 2008/11/19 13:27:33 hasso Exp $ + +--- cf/install-catman.sh.orig 2008-05-15 12:20:05 +0300 ++++ cf/install-catman.sh 2008-05-15 12:21:08 +0300 +@@ -13,8 +13,9 @@ suffix="$1"; shift + catinstall="${INSTALL_CATPAGES-yes}" + + for f in "$@"; do +- base=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\1/'` +- section=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\2/'` ++ echo $f ++ base=`echo "$f" | sed 's/\([^/]*\/\)*\(.*\)\.\([^.]*\)$/\2/'` ++ section=`echo "$f" | sed 's/\([^/]*\/\)*\(.*\)\.\([^.]*\)$/\3/'` + mandir="$manbase/man$section" + catdir="$manbase/cat$section" + c="$base.cat$section" |