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:   rin
Date:           Wed Mar 18 12:41:08 UTC 2020

Modified Files:
        pkgsrc/devel/cvsgraph: Makefile

Log Message:
Fix build with PKG_DEVELOPER; avoid misdetection of "test ==" check.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 pkgsrc/devel/cvsgraph/Makefile:1.51
--- pkgsrc/devel/cvsgraph/Makefile:1.50 Tue Aug 28 10:20:36 2018
+++ pkgsrc/devel/cvsgraph/Makefile      Wed Mar 18 12:41:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2018/08/28 10:20:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.51 2020/03/18 12:41:08 rin Exp $
 #
 
 DISTNAME=      cvsgraph-1.7.0
@@ -31,6 +31,8 @@ SUBST_MESSAGE.man=    Fixing man page paths
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
+CHECK_PORTABILITY_SKIP=        cvsgraph.conf.5.in
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 \



Home | Main Index | Thread Index | Old Index