pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/Bastille



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Apr 30 16:29:45 UTC 2020

Modified Files:
        pkgsrc/security/Bastille: Makefile

Log Message:
security/Bastille: fix build with SUBST_NOOP_OK=no


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/Bastille/Makefile

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

Modified files:

Index: pkgsrc/security/Bastille/Makefile
diff -u pkgsrc/security/Bastille/Makefile:1.18 pkgsrc/security/Bastille/Makefile:1.19
--- pkgsrc/security/Bastille/Makefile:1.18      Fri Mar 20 11:58:15 2020
+++ pkgsrc/security/Bastille/Makefile   Thu Apr 30 16:29:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/03/20 11:58:15 nia Exp $
+# $NetBSD: Makefile,v 1.19 2020/04/30 16:29:45 rillig Exp $
 #
 
 DISTNAME=      Bastille-3.0.9
@@ -42,6 +42,7 @@ SUBST_CLASSES+=               b3
 SUBST_STAGE.b3=                pre-configure
 SUBST_FILES.b3=                ${REPLACE_PERL}
 SUBST_SED.b3=          -e 's,^use lib.*,use lib "${PREFIX}/lib";,'
+SUBST_NOOP_OK.b3=      yes # some of the files don't match
 
 REPLACE_PERL+=         AutomatedBastille BastilleBackEnd BastilleChooser
 REPLACE_PERL+=         InteractiveBastille RevertBastille *.pm



Home | Main Index | Thread Index | Old Index