diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
| commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
| tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /shells/bash-completion/Makefile | |
| parent | Allow more than one filename to be pathfixed. (diff) | |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'shells/bash-completion/Makefile')
| -rw-r--r-- | shells/bash-completion/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index a11f55eb71fb..d3444bcc6455 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -17,7 +17,8 @@ RUN_DEPENDS= bash:shells/bash USE_AUTOTOOLS= aclocal automake GNU_CONFIGURE= yes -USES= gmake tar:bzip2 +USES= gmake pathfix tar:bzip2 +PATHFIX_MAKEFILEIN= Makefile.am SUB_FILES= pkg-message SUB_LIST+= RUNFILE=${DATADIR}/bash_completion.sh |
