pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg/files pkgtools/url2pkg: fix typo, lef...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f63c37cd121d
branches: trunk
changeset: 401196:f63c37cd121d
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Sep 13 05:19:27 2019 +0000
description:
pkgtools/url2pkg: fix typo, left over from manual testing
diffstat:
pkgtools/url2pkg/files/Build.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7e2109a17c2a -r f63c37cd121d pkgtools/url2pkg/files/Build.pm
--- a/pkgtools/url2pkg/files/Build.pm Fri Sep 13 03:06:25 2019 +0000
+++ b/pkgtools/url2pkg/files/Build.pm Fri Sep 13 05:19:27 2019 +0000
@@ -79,7 +79,7 @@
$self->url2pkg_write_var("COMMENT", $self->{"dist_abstract"});
my $license = $self->{"license"} || "";
- if ($license eq "perxl") {
+ if ($license eq "perl") {
$self->url2pkg_write_var("LICENSE", "\${PERL5_LICENSE}");
} elsif ($license ne "") {
$self->url2pkg_write_var("#LICENSE", "# TODO: $license (from Build.PL)")
Home |
Main Index |
Thread Index |
Old Index