pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ec2-ami-tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 08:49:12 UTC 2020

Modified Files:
        pkgsrc/misc/ec2-ami-tools: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/ec2-ami-tools/Makefile

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

Modified files:

Index: pkgsrc/misc/ec2-ami-tools/Makefile
diff -u pkgsrc/misc/ec2-ami-tools/Makefile:1.7 pkgsrc/misc/ec2-ami-tools/Makefile:1.8
--- pkgsrc/misc/ec2-ami-tools/Makefile:1.7      Sun Dec 15 15:38:57 2019
+++ pkgsrc/misc/ec2-ami-tools/Makefile  Sat May  9 08:49:12 2020
@@ -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_MESSAGE.ruby=   Fixing ruby interpre
 
 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