pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/salt-docs
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Dec 9 16:52:51 UTC 2019
Modified Files:
pkgsrc/sysutils/salt-docs: Makefile
Log Message:
salt-docs: Skip legitimate hardcoded paths.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/salt-docs/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/salt-docs/Makefile
diff -u pkgsrc/sysutils/salt-docs/Makefile:1.24 pkgsrc/sysutils/salt-docs/Makefile:1.25
--- pkgsrc/sysutils/salt-docs/Makefile:1.24 Wed Nov 13 14:47:59 2019
+++ pkgsrc/sysutils/salt-docs/Makefile Mon Dec 9 16:52:51 2019
@@ -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 @@ INSTALLATION_DIRS= ${HTMLDIR}
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