1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

graphics/gimp-gmic-plugin: fix install with non-default BASH option

Reported by:	Ajtim <lumiwa@gmail.com> (by private email)
This commit is contained in:
Ruslan Makhmatkhanov 2014-06-02 07:54:40 +00:00
parent 684a024ea7
commit 9923b5c9d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356202

View File

@ -62,7 +62,7 @@ do-install:
${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
.if ${PORT_OPTIONS:MBASH}
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_SCRIPT} ${WRKSRC}/gmic_bashcompletion.sh \
${INSTALL_SCRIPT} ${WRKSRC}/../resources/gmic_bashcompletion.sh \
${STAGEDIR}${PREFIX}/etc/bash_completion.d
.endif