pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/salt
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Oct 23 13:42:44 UTC 2018
Modified Files:
pkgsrc/sysutils/salt: Makefile
Log Message:
salt: Work around a check-wrkref failure.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/sysutils/salt/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/Makefile
diff -u pkgsrc/sysutils/salt/Makefile:1.65 pkgsrc/sysutils/salt/Makefile:1.66
--- pkgsrc/sysutils/salt/Makefile:1.65 Mon Aug 6 05:01:26 2018
+++ pkgsrc/sysutils/salt/Makefile Tue Oct 23 13:42:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2018/08/06 05:01:26 tpaul Exp $
+# $NetBSD: Makefile,v 1.66 2018/10/23 13:42:43 jperkin Exp $
DISTNAME= salt-2018.3.2
CATEGORIES= sysutils
@@ -73,6 +73,9 @@ SUBST_SED.fix-path+= -e 's,/var/run,${VA
SUBST_SED.fix-path+= -e 's,/var/cache,${VARBASE}/cache,g'
SUBST_SED.fix-path+= -e 's,/var/log,${VARBASE}/log,g'
+# Contains hardcoded paths to find installed libraries.
+CHECK_WRKREF_SKIP+= */salt/utils/rsax931.py
+
post-install:
${INSTALL_DATA} ${WRKSRC}/conf/master ${DESTDIR}${EGDIR}/
${INSTALL_DATA} ${WRKSRC}/conf/minion ${DESTDIR}${EGDIR}/
Home |
Main Index |
Thread Index |
Old Index