pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/rrdtool databases/rrdtool: remove redundant ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47158669766b
branches:  trunk
changeset: 428189:47158669766b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 19:46:45 2020 +0000

description:
databases/rrdtool: remove redundant SUBST block

The example file contains an already expanded @exec_prefix@.

diffstat:

 databases/rrdtool/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r f0f3c400ec66 -r 47158669766b databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Sat Apr 25 19:45:34 2020 +0000
+++ b/databases/rrdtool/Makefile        Sat Apr 25 19:46:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2020/03/10 22:08:39 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2020/04/25 19:46:45 rillig Exp $
 
 PKGREVISION= 3
 .include "Makefile.common"
@@ -22,12 +22,6 @@
 # rrdtool explicitly forbids any use of -ffast-math
 BUILDLINK_TRANSFORM+=  rm:-ffast-math
 
-SUBST_CLASSES+=                prefix
-SUBST_STAGE.prefix=    post-build
-SUBST_MESSAGE.prefix=  Fixing $${prefix} in scripts.
-SUBST_FILES.prefix=    examples/cgi-demo.cgi
-SUBST_SED.prefix=      -e '1s,^\#! \$${prefix},\#! ${PREFIX},'
-
 TEST_TARGET=           check
 
 RCD_SCRIPTS=           rrdcached



Home | Main Index | Thread Index | Old Index