summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 19:42:41 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 19:42:41 +0000
commitce1421a38fe30ba532aadf4c04d7f96efddb5ddd (patch)
tree0494fe00c49ea3830e889c19ae243db33bf4c4ae /shells
parent825a5876bf4165e83081ef46539dc487f864d4bb (diff)
downloadpkgsrc-ce1421a38fe30ba532aadf4c04d7f96efddb5ddd.tar.gz
'The "+=" operator should only be used with lists.'
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-completion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index 04d3be6c480..36d9676f40c 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/09/11 23:25:07 asau Exp $
+# $NetBSD: Makefile,v 1.6 2013/04/06 19:42:42 rodent Exp $
#
# Note to packagers:
# packages installing additional completion files should drop
@@ -26,7 +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_STAGE.path= pre-build
SUBST_FILES.path+= bash_completion* README
SUBST_MESSAGE.path= Fixing path to completion files.