pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/url2pkg/files
Module Name: pkgsrc
Committed By: rillig
Date: Mon May 28 20:18:01 UTC 2018
Modified Files:
pkgsrc/pkgtools/url2pkg/files: url2pkg.pl
Log Message:
url2pkg: remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/pkgtools/url2pkg/files/url2pkg.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/url2pkg/files/url2pkg.pl
diff -u pkgsrc/pkgtools/url2pkg/files/url2pkg.pl:1.36 pkgsrc/pkgtools/url2pkg/files/url2pkg.pl:1.37
--- pkgsrc/pkgtools/url2pkg/files/url2pkg.pl:1.36 Sun Apr 8 20:13:55 2018
+++ pkgsrc/pkgtools/url2pkg/files/url2pkg.pl Mon May 28 20:18:01 2018
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: url2pkg.pl,v 1.36 2018/04/08 20:13:55 rillig Exp $
+# $NetBSD: url2pkg.pl,v 1.37 2018/05/28 20:18:01 rillig Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -410,7 +410,7 @@ sub generate_initial_package($) {
print ("url2pkg> Running \"make distinfo\" ...\n");
(system { $make } ($make, "distinfo")) == 0 or die;
-
+
print ("url2pkg> Running \"make extract\" ...\n");
(system { $make } ($make, "extract")) == 0 or die;
}
@@ -440,7 +440,7 @@ sub adjust_package_from_extracted_distfi
if (@files == 1) {
if ($files[0] ne $distname) {
push(@build_vars, ["WRKSRC", "\${WRKDIR}/$files[0]"]);
- }
+ }
$abs_wrksrc = "${abs_wrkdir}/$files[0]";
} else {
push(@build_vars, ["WRKSRC", "\${WRKDIR}" .
Home |
Main Index |
Thread Index |
Old Index