pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/rpm misc/rpm: remove no-op SUBST group for mkdir



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9cac47bb0b6
branches:  trunk
changeset: 428187:c9cac47bb0b6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 19:41:55 2020 +0000

description:
misc/rpm: remove no-op SUBST group for mkdir

If this should ever be necessary, it will be caught by CHECK_WRKREF.

diffstat:

 misc/rpm/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 0b288cfdef7a -r c9cac47bb0b6 misc/rpm/Makefile
--- a/misc/rpm/Makefile Sat Apr 25 19:40:55 2020 +0000
+++ b/misc/rpm/Makefile Sat Apr 25 19:41:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/01/18 21:50:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.98 2020/04/25 19:41:55 rillig Exp $
 
 DISTNAME=      rpm-4.13.0.1
 PKGREVISION=   5
@@ -70,12 +70,6 @@
 
 CHECK_PORTABILITY_SKIP=        tests/rpmtests
 
-SUBST_CLASSES+=                mkd
-SUBST_STAGE.mkd=       post-build
-SUBST_MESSAGE.mkd=     Fixing workdir tools references in macros file.
-SUBST_FILES.mkd=       macros
-SUBST_SED.mkd=         -e 's,${TOOLS_CMD.mkdir},${TOOLS_PATH.mkdir},'
-
 # __progname without 'extern' segfaults on some platforms (e.g. Darwin)
 SUBST_CLASSES+=                progname
 SUBST_STAGE.progname=  pre-configure



Home | Main Index | Thread Index | Old Index