Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ec2-ami-tools misc/ec2-ami-tools: remove no-op fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d96941b2449
branches:  trunk
changeset: 431091:0d96941b2449
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 08:49:12 2020 +0000

description:
misc/ec2-ami-tools: remove no-op file from SUBST_FILES

diffstat:

 misc/ec2-ami-tools/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2a5919782a51 -r 0d96941b2449 misc/ec2-ami-tools/Makefile
--- a/misc/ec2-ami-tools/Makefile       Sat May 09 08:42:37 2020 +0000
+++ b/misc/ec2-ami-tools/Makefile       Sat May 09 08:49:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/12/15 15:38:57 taca Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/09 08:49:12 rillig Exp $
 #
 
 PKGNAME=       ec2-ami-tools-1.3.57676
@@ -45,8 +45,7 @@
 
 SUBST_CLASSES+=                ec2-rb
 SUBST_STAGE.ec2-rb=    pre-configure
-SUBST_FILES.ec2-rb+=   lib/ec2/common/curl.rb
-SUBST_FILES.ec2-rb+=   lib/ec2/platform/netbsd/constants.rb
+SUBST_FILES.ec2-rb=    lib/ec2/platform/netbsd/constants.rb
 SUBST_VARS.ec2-rb+=    EC2_HOME
 SUBST_MESSAGE.ec2-rb=  Setting EC2_HOME constant for EC2 Ruby modules.
 



Home | Main Index | Thread Index | Old Index