pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/bash-completion Fix a bug reported by Mark Norm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59bcc02d92ad
branches:  trunk
changeset: 399759:59bcc02d92ad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 29 17:19:11 2009 +0000

description:
Fix a bug reported by Mark Norman Francis on pkgsrc-users:
BASH_COMPLETION_DIR was set incorrectly.

Bump PKGREVISION.

diffstat:

 shells/bash-completion/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 30c200f32397 -r 59bcc02d92ad shells/bash-completion/Makefile
--- a/shells/bash-completion/Makefile   Tue Sep 29 17:17:39 2009 +0000
+++ b/shells/bash-completion/Makefile   Tue Sep 29 17:19:11 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/09/25 12:29:26 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/29 17:19:11 wiz Exp $
 #
 # Note to packagers:
 # packages installing additional completion files should drop
@@ -6,6 +6,7 @@
 # with the name of the package as file name.
 
 DISTNAME=      bash-completion-1.0
+PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  http://bash-completion.alioth.debian.org/files/
 
@@ -25,6 +26,7 @@
 INSTALLATION_DIRS+=    share/doc/bash-completion
 
 SUBST_CLASSES+=                path
+SUBST_SED.path+=       -e "s,/etc/bash_completion.d,${PREFIX}/share/bash-completion.d,g"
 SUBST_SED.path+=       -e "s,/etc/bash_completion,${PREFIX}/share/bash-completion/bash_completion,g"
 SUBST_STAGE.path+=     pre-build
 SUBST_FILES.path+=     bash_completion* README



Home | Main Index | Thread Index | Old Index