pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Spell textproc/p5-Pod-Spell: remove re...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f08afaf356a
branches: trunk
changeset: 413856:5f08afaf356a
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 22 20:56:32 2020 +0000
description:
textproc/p5-Pod-Spell: remove redundant SUBST block
Perl binaries automatically get their interpreter replaced at the time
they are installed. The copy in the working directory is not touched for
that.
diffstat:
textproc/p5-Pod-Spell/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (21 lines):
diff -r a96781dd7460 -r 5f08afaf356a textproc/p5-Pod-Spell/Makefile
--- a/textproc/p5-Pod-Spell/Makefile Sun Mar 22 20:54:54 2020 +0000
+++ b/textproc/p5-Pod-Spell/Makefile Sun Mar 22 20:56:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/08/11 13:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2020/03/22 20:56:32 rillig Exp $
DISTNAME= Pod-Spell-1.20
PKGNAME= p5-${DISTNAME}
@@ -22,11 +22,5 @@
PERL5_PACKLIST= auto/Pod/Spell/.packlist
-SUBST_CLASSES+= perl
-SUBST_STAGE.perl= pre-configure
-SUBST_MESSAGE.perl= Fixing path to perl
-SUBST_FILES.perl+= bin/podspell
-SUBST_SED.perl= -e "s|/usr/bin/env perl|${PERL5}|"
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index