Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash-completion shells/bash-completion: remove ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1ad5feffd3d
branches:  trunk
changeset: 430535:f1ad5feffd3d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 01 19:59:48 2020 +0000

description:
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.

diffstat:

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

diffs (23 lines):

diff -r 3eff0bc09f95 -r f1ad5feffd3d shells/bash-completion/Makefile
--- a/shells/bash-completion/Makefile   Fri May 01 19:53:48 2020 +0000
+++ b/shells/bash-completion/Makefile   Fri May 01 19:59:48 2020 +0000
@@ -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 @@
 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:



Home | Main Index | Thread Index | Old Index