pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/bash-completion
Module Name: pkgsrc
Committed By: rillig
Date: Fri May 1 19:59:48 UTC 2020
Modified Files:
pkgsrc/shells/bash-completion: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/shells/bash-completion/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/bash-completion/Makefile
diff -u pkgsrc/shells/bash-completion/Makefile:1.12 pkgsrc/shells/bash-completion/Makefile:1.13
--- pkgsrc/shells/bash-completion/Makefile:1.12 Mon Nov 4 21:14:06 2019
+++ pkgsrc/shells/bash-completion/Makefile Fri May 1 19:59:48 2020
@@ -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:
Home |
Main Index |
Thread Index |
Old Index