pkgsrc/sysutils/ansible/patches/patch-docs_man_man1_ansible-galaxy-asciidoc
jlam 49970e3866 Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}.
Set PKG_SYSCONFSUBDIR where appropriate, and use {MAKE,OWN}_DIRS to
create the directory tree under ${PKG_SYSCONFDIR} instead of using
INSTALLATION_DIRS.

Bump the PKGREVISION of packages that changed due to changes in the
package install scripts.
2017-08-07 17:56:12 +00:00

33 lines
1.3 KiB
Text

$NetBSD: patch-docs_man_man1_ansible-galaxy-asciidoc,v 1.2 2017/08/07 17:56:13 jlam Exp $
Fix hardcoded paths to be replaced with SUBST framework.
--- docs/man/man1/ansible-galaxy.1.asciidoc.in.orig 2015-06-25 20:39:08.000000000 +0000
+++ docs/man/man1/ansible-galaxy.1.asciidoc.in
@@ -74,7 +74,7 @@ Don't download roles listed as dependenc
*-p* 'ROLES_PATH', *--roles-path=*'ROLES_PATH'::
The path to the directory containing your roles. The default is the *roles_path*
-configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
+configured in your *ansible.cfg* file (@PKG_SYSCONFDIR@/roles if not configured)
*-r* 'ROLE_FILE', *--role-file=*'ROLE_FILE'::
@@ -97,7 +97,7 @@ OPTIONS
*-p* 'ROLES_PATH', *--roles-path=*'ROLES_PATH'::
The path to the directory containing your roles. The default is the *roles_path*
-configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
+configured in your *ansible.cfg* file (@PKG_SYSCONFDIR@/roles if not configured)
INIT
----
@@ -143,7 +143,7 @@ OPTIONS
*-p* 'ROLES_PATH', *--roles-path=*'ROLES_PATH'::
The path to the directory containing your roles. The default is the *roles_path*
-configured in your *ansible.cfg* file (/etc/ansible/roles if not configured)
+configured in your *ansible.cfg* file (@PKG_SYSCONFDIR@/roles if not configured)
AUTHOR