pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Pod-Spell
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 22 20:56:32 UTC 2020
Modified Files:
pkgsrc/textproc/p5-Pod-Spell: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/p5-Pod-Spell/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Pod-Spell/Makefile
diff -u pkgsrc/textproc/p5-Pod-Spell/Makefile:1.26 pkgsrc/textproc/p5-Pod-Spell/Makefile:1.27
--- pkgsrc/textproc/p5-Pod-Spell/Makefile:1.26 Sun Aug 11 13:23:36 2019
+++ pkgsrc/textproc/p5-Pod-Spell/Makefile Sun Mar 22 20:56:32 2020
@@ -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 @@ BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../.
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