summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-09-29 17:19:11 +0000
committerwiz <wiz@pkgsrc.org>2009-09-29 17:19:11 +0000
commit51342c10ad223edf4f818df4587484eebcf9c89c (patch)
treedc6f469a605a4638fb3cfd7ea04883509652a39a /shells
parent9ad69244129d297ecd72601800d464096a379a12 (diff)
downloadpkgsrc-51342c10ad223edf4f818df4587484eebcf9c89c.tar.gz
Fix a bug reported by Mark Norman Francis on pkgsrc-users:
BASH_COMPLETION_DIR was set incorrectly. Bump PKGREVISION.
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-completion/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index 86d6435f039..1fd57f38f52 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -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/bash-completion.d
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