pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tinc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  1 23:17:34 UTC 2020

Modified Files:
        pkgsrc/net/tinc: Makefile

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

There are no empty lines in the manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/tinc/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/tinc/Makefile
diff -u pkgsrc/net/tinc/Makefile:1.31 pkgsrc/net/tinc/Makefile:1.32
--- pkgsrc/net/tinc/Makefile:1.31       Sun Jan 26 17:31:57 2020
+++ pkgsrc/net/tinc/Makefile    Fri May  1 23:17:34 2020
@@ -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 @@ INFO_FILES=          yes
 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