Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/Bastille security/Bastille: fix build with SU...
details: https://anonhg.NetBSD.org/pkgsrc/rev/37be2e25bc41
branches: trunk
changeset: 430405:37be2e25bc41
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Apr 30 16:29:45 2020 +0000
description:
security/Bastille: fix build with SUBST_NOOP_OK=no
diffstat:
security/Bastille/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 19ef3d793a0f -r 37be2e25bc41 security/Bastille/Makefile
--- a/security/Bastille/Makefile Thu Apr 30 16:11:37 2020 +0000
+++ b/security/Bastille/Makefile Thu Apr 30 16:29:45 2020 +0000
@@ -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_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