pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/quilt



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 17 22:16:40 UTC 2020

Modified Files:
        pkgsrc/devel/quilt: Makefile

Log Message:
devel/quilt: clean up SUBST blocks


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/quilt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/quilt/Makefile
diff -u pkgsrc/devel/quilt/Makefile:1.26 pkgsrc/devel/quilt/Makefile:1.27
--- pkgsrc/devel/quilt/Makefile:1.26    Sat Jan 18 23:30:39 2020
+++ pkgsrc/devel/quilt/Makefile Sun May 17 22:16:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/01/18 23:30:39 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/17 22:16:40 rillig Exp $
 #
 
 DISTNAME=      quilt-0.66
@@ -51,16 +51,10 @@ REPLACE.conf-bash.old=              @BASH@
 REPLACE.conf-bash.new=         ${BASH}
 REPLACE_FILES.conf-bash=       *.in */*.in */*/*.in
 
-SUBST_CLASSES+=                bash
-SUBST_MESSAGE.bash=    Fixing non-shellbang references to bash.
-SUBST_STAGE.bash=      pre-configure
-SUBST_VARS.bash=       BASH
-SUBST_FILES.bash=      quilt/scripts/inspect.in
-
 SUBST_CLASSES+=                etc
 SUBST_MESSAGE.etc=     Fixing path to configuration file.
 SUBST_STAGE.etc=       pre-configure
 SUBST_SED.etc=         -e 's,/etc/quilt,${PKG_SYSCONFDIR}/quilt,g'
-SUBST_FILES.etc=       bin/* doc/* po/*
+SUBST_FILES.etc=       doc/*
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index