pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/bup



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Aug 19 13:42:53 UTC 2020

Modified Files:
        pkgsrc/sysutils/bup: Makefile

Log Message:
Fix a build failure that occurs when converters/pandoc is installed

When it's installed the Makefile builds and installs HTML files too, and therefore the PLIST test doesn't pass.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/bup/Makefile

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

Modified files:

Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.43 pkgsrc/sysutils/bup/Makefile:1.44
--- pkgsrc/sysutils/bup/Makefile:1.43   Tue Jun 16 21:12:53 2020
+++ pkgsrc/sysutils/bup/Makefile        Wed Aug 19 13:42:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/06/16 21:12:53 gdt Exp $
+# $NetBSD: Makefile,v 1.44 2020/08/19 13:42:52 pho Exp $
 
 DISTNAME=      bup-0.30.1
 CATEGORIES=    sysutils
@@ -49,6 +49,9 @@ MAKE_FLAGS+=  PREFIX=${PREFIX}
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
 MAKE_FLAGS+=   MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
+# Even if converters/pandoc is installed, pretend as if it weren't.
+MAKE_FLAGS+=   PANDOC=
+
 USE_TOOLS+=            bash gmake perl:run
 REPLACE_PERL+=         wvtest
 



Home | Main Index | Thread Index | Old Index