svn commit: r452086 - head/devel/grumpy

Antoine Brodin antoine at FreeBSD.org
Sat Oct 14 19:53:47 UTC 2017


Author: antoine
Date: Sat Oct 14 19:53:45 2017
New Revision: 452086
URL: https://svnweb.freebsd.org/changeset/ports/452086

Log:
  Install python scripts with INSTALL_SCRIPT

Modified:
  head/devel/grumpy/Makefile

Modified: head/devel/grumpy/Makefile
==============================================================================
--- head/devel/grumpy/Makefile	Sat Oct 14 19:43:37 2017	(r452085)
+++ head/devel/grumpy/Makefile	Sat Oct 14 19:53:45 2017	(r452086)
@@ -30,7 +30,7 @@ do-install:
 	cd ${WRKSRC}/build/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/go/src/
 	cd ${WRKSRC}/build/lib/python${PYTHON_VER}/site-packages && ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}
 .for bin in benchcmp coverparse diffrange grumpc
-	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/${bin} ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/build/bin/${bin} ${STAGEDIR}${PREFIX}/bin/
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list