svn commit: r356202 - head/graphics/gimp-gmic-plugin

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 2 07:54:41 UTC 2014


Author: rm
Date: Mon Jun  2 07:54:40 2014
New Revision: 356202
URL: http://svnweb.freebsd.org/changeset/ports/356202
QAT: https://qat.redports.org/buildarchive/r356202/

Log:
  graphics/gimp-gmic-plugin: fix install with non-default BASH option
  
  Reported by:	Ajtim <lumiwa at gmail.com> (by private email)

Modified:
  head/graphics/gimp-gmic-plugin/Makefile

Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile	Mon Jun  2 07:51:44 2014	(r356201)
+++ head/graphics/gimp-gmic-plugin/Makefile	Mon Jun  2 07:54:40 2014	(r356202)
@@ -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
 


More information about the svn-ports-head mailing list