summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-01 19:59:48 +0000
committerrillig <rillig@pkgsrc.org>2020-05-01 19:59:48 +0000
commitd2bc775a55f3c54bc1569fd13260d519d7c74ceb (patch)
tree14add168b6e4144ab47e0c79ca766d49211896f9
parent3594f2a98ba2a7fa662989cdae95ad1af5621e1a (diff)
downloadpkgsrc-d2bc775a55f3c54bc1569fd13260d519d7c74ceb.tar.gz
shells/bash-completion: remove no-op SUBST block
The README file has been renamed to README.md. Since it is not installed anyway, there's no need to patch it. If this need should ever arise again, the other paths in that file should be patched as well.
-rw-r--r--shells/bash-completion/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index a5b7f74f7a4..8daca13fea7 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/04 21:14:06 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/01 19:59:48 rillig Exp $
#
# Note to packagers:
# packages installing additional completion files should drop
@@ -24,13 +24,6 @@ OWN_DIRS+= share/bash-completion.d
USE_LANGUAGES= # none
GNU_CONFIGURE= yes
-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+= README
-SUBST_MESSAGE.path= Fixing path to completion files.
-
INSTALLATION_DIRS= lib/pkgconfig
post-install: