pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unbound



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  1 23:24:39 UTC 2020

Modified Files:
        pkgsrc/net/unbound: Makefile

Log Message:
net/unbound: remove no-op SUBST block

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


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/unbound/Makefile

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

Modified files:

Index: pkgsrc/net/unbound/Makefile
diff -u pkgsrc/net/unbound/Makefile:1.76 pkgsrc/net/unbound/Makefile:1.77
--- pkgsrc/net/unbound/Makefile:1.76    Thu Feb 20 20:39:07 2020
+++ pkgsrc/net/unbound/Makefile Fri May  1 23:24:39 2020
@@ -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+=     --enable-sha2
 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