pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cvsgraph



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Apr 23 20:03:42 UTC 2020

Modified Files:
        pkgsrc/devel/cvsgraph: Makefile

Log Message:
devel/cvsgraph: remove outdated no-op SUBST block

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


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/cvsgraph/Makefile

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

Modified files:

Index: pkgsrc/devel/cvsgraph/Makefile
diff -u pkgsrc/devel/cvsgraph/Makefile:1.51 pkgsrc/devel/cvsgraph/Makefile:1.52
--- pkgsrc/devel/cvsgraph/Makefile:1.51 Wed Mar 18 12:41:08 2020
+++ pkgsrc/devel/cvsgraph/Makefile      Thu Apr 23 20:03:42 2020
@@ -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 @@ PLIST_SUBST+=        PKGBASE=${PKGBASE:Q}
 
 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