pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/p5-Tk x11/p5-Tk: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e19b54830135
branches:  trunk
changeset: 425610:e19b54830135
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 21:08:45 2020 +0000

description:
x11/p5-Tk: remove no-op SUBST block

The file does not contain the word LOCALBASE. It does contain the path
/usr/local twice though, but apparently no one cared. It might be a good
idea to add /usr/local to the list of forbidden paths (see
mk/check/check-wrkref.mk), but that would create a lot of work.

diffstat:

 x11/p5-Tk/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 3698ee335651 -r e19b54830135 x11/p5-Tk/Makefile
--- a/x11/p5-Tk/Makefile        Sun Mar 22 21:07:40 2020 +0000
+++ b/x11/p5-Tk/Makefile        Sun Mar 22 21:08:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2019/08/11 13:25:14 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2020/03/22 21:08:45 rillig Exp $
 
 DISTNAME=      Tk-804.034
 PKGNAME=       p5-${DISTNAME}
@@ -25,11 +25,6 @@
 REPLACE_PERL+=         pTk/mkVFunc
 REPLACE_PERL+=         demos/widget
 
-SUBST_CLASSES+=                prefix
-SUBST_STAGE.prefix=    pre-configure
-SUBST_FILES.prefix=    PNG/Makefile.PL
-SUBST_SED.prefix=      -e 's,%%LOCALBASE%%,${LOCALBASE},g'
-
 pre-configure:
        ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
 



Home | Main Index | Thread Index | Old Index