diff options
author | wiz <wiz> | 2009-09-29 17:19:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-29 17:19:11 +0000 |
commit | 288b75c770cfa4a799c72031da358a1d0144058a (patch) | |
tree | dc6f469a605a4638fb3cfd7ea04883509652a39a /shells | |
parent | 4f275d37b06ff3c1355aa844bebada5c9820da64 (diff) | |
download | pkgsrc-288b75c770cfa4a799c72031da358a1d0144058a.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/Makefile | 4 |
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 |