pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/p5-Tk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 21:08:46 UTC 2020

Modified Files:
        pkgsrc/x11/p5-Tk: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/x11/p5-Tk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/p5-Tk/Makefile
diff -u pkgsrc/x11/p5-Tk/Makefile:1.95 pkgsrc/x11/p5-Tk/Makefile:1.96
--- pkgsrc/x11/p5-Tk/Makefile:1.95      Sun Aug 11 13:25:14 2019
+++ pkgsrc/x11/p5-Tk/Makefile   Sun Mar 22 21:08:45 2020
@@ -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/Tcl-pTk
 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