pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsgraph Fix build with PKG_DEVELOPER; avoid mis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92feab92840e
branches:  trunk
changeset: 413314:92feab92840e
user:      rin <rin%pkgsrc.org@localhost>
date:      Wed Mar 18 12:41:08 2020 +0000

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

diffstat:

 devel/cvsgraph/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9aad0ea9d8d8 -r 92feab92840e devel/cvsgraph/Makefile
--- a/devel/cvsgraph/Makefile   Wed Mar 18 12:21:27 2020 +0000
+++ b/devel/cvsgraph/Makefile   Wed Mar 18 12:41:08 2020 +0000
@@ -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 @@
 
 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