pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/salt-docs salt-docs: Skip legitimate hardcode...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18c982e32c70
branches:  trunk
changeset: 405823:18c982e32c70
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 09 16:52:51 2019 +0000

description:
salt-docs: Skip legitimate hardcoded paths.

diffstat:

 sysutils/salt-docs/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8c7b7b2b1b7c -r 18c982e32c70 sysutils/salt-docs/Makefile
--- a/sysutils/salt-docs/Makefile       Mon Dec 09 14:23:45 2019 +0000
+++ b/sysutils/salt-docs/Makefile       Mon Dec 09 16:52:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/13 14:47:59 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/12/09 16:52:51 jperkin Exp $
 
 DISTNAME=      salt-2019.2.2
 PKGNAME=       ${DISTNAME:S/-/-docs-/}
@@ -27,6 +27,10 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
+# Contains hardcoded paths that may refer to paths used during the build, for
+# example /opt/tools on SmartOS.
+CHECK_WRKREF_SKIP+=    */*.html */*.txt
+
 do-install:
        cd ${WRKSRC}/doc/_build/html && ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
        cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}



Home | Main Index | Thread Index | Old Index