Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsgraph devel/cvsgraph: remove outdated no-op S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b55ce92d8012
branches:  trunk
changeset: 429737:b55ce92d8012
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Apr 23 20:03:42 2020 +0000

description:
devel/cvsgraph: remove outdated no-op SUBST block

The manual page is generated from a .in file with proper placeholders.

diffstat:

 devel/cvsgraph/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 1c211530ba6a -r b55ce92d8012 devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile   Thu Apr 23 19:59:41 2020 +0000
+++ b/devel/cvsgraph/Makefile   Thu Apr 23 20:03:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/18 12:41:08 rin Exp $
+# $NetBSD: Makefile,v 1.52 2020/04/23 20:03:42 rillig Exp $
 #
 
 DISTNAME=      cvsgraph-1.7.0
@@ -23,12 +23,6 @@
 
 BUILD_TARGET=  cvsgraph
 
-SUBST_CLASSES+=                man
-SUBST_STAGE.man=       pre-install
-SUBST_FILES.man=       cvsgraph.1
-SUBST_SED.man=         -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g"
-SUBST_MESSAGE.man=     Fixing man page paths.
-
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
 CHECK_PORTABILITY_SKIP=        cvsgraph.conf.5.in



Home | Main Index | Thread Index | Old Index