Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92bb5e5956e8
branches:  trunk
changeset: 430551:92bb5e5956e8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 01 23:17:34 2020 +0000

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

There are no empty lines in the manual page.

diffstat:

 net/tinc/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 7a0cf3d97414 -r 92bb5e5956e8 net/tinc/Makefile
--- a/net/tinc/Makefile Fri May 01 23:15:07 2020 +0000
+++ b/net/tinc/Makefile Fri May 01 23:17:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/26 17:31:57 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/01 23:17:34 rillig Exp $
 
 DISTNAME=      tinc-1.0.32
 PKGREVISION=   2
@@ -16,11 +16,6 @@
 USE_TOOLS+=            msgfmt
 GNU_CONFIGURE=         yes
 
-SUBST_CLASSES+=                mdoc
-SUBST_FILES.mdoc=      doc/tinc.conf.5.in
-SUBST_SED.mdoc+=       -e '/^$$/d'
-SUBST_STAGE.mdoc=      pre-configure
-
 EGDIR=                 ${PREFIX}/share/examples/tinc
 TINC_USER?=            tinc
 TINC_GROUP?=           tinc



Home | Main Index | Thread Index | Old Index