Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unbound net/unbound: remove no-op SUBST block



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0a08164f0c9
branches:  trunk
changeset: 430552:b0a08164f0c9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 01 23:24:39 2020 +0000

description:
net/unbound: remove no-op SUBST block

The previously affected files are generated via autoconf now, inserting
the correct placeholders.

diffstat:

 net/unbound/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 92bb5e5956e8 -r b0a08164f0c9 net/unbound/Makefile
--- a/net/unbound/Makefile      Fri May 01 23:17:34 2020 +0000
+++ b/net/unbound/Makefile      Fri May 01 23:24:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2020/02/20 20:39:07 he Exp $
+# $NetBSD: Makefile,v 1.77 2020/05/01 23:24:39 rillig Exp $
 
 DISTNAME=      unbound-1.10.0
 CATEGORIES=    net
@@ -75,12 +75,6 @@
 CONFIGURE_ARGS+=       --disable-sha2
 .endif
 
-SUBST_CLASSES+=                paths
-SUBST_STAGE.paths=     post-configure
-SUBST_MESSAGE.paths=   Fixing path names
-SUBST_FILES.paths=     doc/example.conf doc/*.5 doc/*.8
-SUBST_SED.paths=       -e "s|/usr/local|${PREFIX}|"
-
 INSTALL_MAKE_FLAGS+=   \
        configfile=${PREFIX}/share/examples/unbound/unbound.conf
 



Home | Main Index | Thread Index | Old Index