rename file to a more intuitive name

This commit is contained in:
espie 2022-01-19 14:46:00 +00:00
parent cf1897620d
commit f897e884e8
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/perl
# $OpenBSD: build-debug-info,v 1.38 2020/12/04 15:04:52 sthen Exp $
# $OpenBSD: build-debug-info,v 1.39 2022/01/19 14:46:00 espie Exp $
# Copyright (c) 2019 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
@ -24,7 +24,7 @@ BEGIN {
use lib "$ports1/infrastructure/lib";
use OpenBSD::BaseFS;
use OpenBSD::CommonPlist;
use OpenBSD::BasePlistReader;
# PlistReader is "just" a specialized version of PkgCreate algorithm
# that does mimic what PkgCreate reader does with a few specialized methods
@ -236,7 +236,7 @@ PlistReader->parse_args($self);
use File::Basename;
$self->{mk} = $state->openfile($state->{pkgdir}."/Makefile.new");
print {$self->{mk}} << 'EOPREAMBLE';
# Makefile generated by build-debug-info $OpenBSD: build-debug-info,v 1.38 2020/12/04 15:04:52 sthen Exp $
# Makefile generated by build-debug-info $OpenBSD: build-debug-info,v 1.39 2022/01/19 14:46:00 espie Exp $
# No serviceable parts
# Intended to run under the stage area after cd ${WRKINST}

View File

@ -1,4 +1,4 @@
# $OpenBSD: CommonPlist.pm,v 1.3 2019/11/19 14:54:01 espie Exp $
# $OpenBSD: BasePlistReader.pm,v 1.1 2022/01/19 14:46:00 espie Exp $
# Copyright (c) 2019 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any