pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/rrdtool



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 25 19:46:45 UTC 2020

Modified Files:
        pkgsrc/databases/rrdtool: Makefile

Log Message:
databases/rrdtool: remove redundant SUBST block

The example file contains an already expanded @exec_prefix@.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/databases/rrdtool/Makefile

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

Modified files:

Index: pkgsrc/databases/rrdtool/Makefile
diff -u pkgsrc/databases/rrdtool/Makefile:1.138 pkgsrc/databases/rrdtool/Makefile:1.139
--- pkgsrc/databases/rrdtool/Makefile:1.138     Tue Mar 10 22:08:39 2020
+++ pkgsrc/databases/rrdtool/Makefile   Sat Apr 25 19:46:45 2020
@@ -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 @@ PERL5_PACKLIST+=     auto/RRDs/.packlist
 # 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