svn commit: r346523 - head/graphics/c-a-i-r
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Feb 28 14:20:08 UTC 2014
Author: ehaupt
Date: Fri Feb 28 14:20:08 2014
New Revision: 346523
URL: http://svnweb.freebsd.org/changeset/ports/346523
QAT: https://qat.redports.org/buildarchive/r346523/
Log:
Use INSTALL_PROGRAM instead of INSTALL_SCRIPT.
Modified:
head/graphics/c-a-i-r/Makefile
Modified: head/graphics/c-a-i-r/Makefile
==============================================================================
--- head/graphics/c-a-i-r/Makefile Fri Feb 28 14:18:45 2014 (r346522)
+++ head/graphics/c-a-i-r/Makefile Fri Feb 28 14:20:08 2014 (r346523)
@@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}
PLIST_FILES= bin/cair
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cair
+ ${INSTALL_PROGRAM} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list