pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/rrdtool12
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 19:45:34 UTC 2020
Modified Files:
pkgsrc/databases/rrdtool12: Makefile
Log Message:
databases/rrdtool12: remove redundant SUBST block
The example file contains an already resolved @exec_prefix@.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/rrdtool12/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/rrdtool12/Makefile
diff -u pkgsrc/databases/rrdtool12/Makefile:1.23 pkgsrc/databases/rrdtool12/Makefile:1.24
--- pkgsrc/databases/rrdtool12/Makefile:1.23 Sun Aug 11 13:18:37 2019
+++ pkgsrc/databases/rrdtool12/Makefile Sat Apr 25 19:45:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/08/11 13:18:37 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/04/25 19:45:34 rillig Exp $
DISTNAME= rrdtool-1.2.30
PKGREVISION= 15
@@ -27,12 +27,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},'
-
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index