summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-16 18:23:01 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-12-16 18:23:01 +0000
commit9f45da1e96369e890a832ae5ee28ffdbcb786dcd (patch)
treefaf71df7251abd1ae80be27a3e208f4a743826ec /x11
parentUpdate to properly cover php52. (diff)
Use INSTALL_SCRIPT for the python script so STRIP is not attempted
Notes
Notes: svn path=/head/; revision=266443
Diffstat (limited to 'x11')
-rw-r--r--x11/tint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index dcfb2dc3bd45..e14394084f4e 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -65,7 +65,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/tint2.1 ${MANPREFIX}/man/man1
.if defined(WITH_PYCONF)
${INSTALL_PROGRAM} ${PYCONF_SRC}/tint2conf ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${PYCONF_SRC}/tintwizard.py ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${PYCONF_SRC}/tintwizard.py ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.desktop ${PREFIX}/share/applications
${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.png ${PREFIX}/share/pixmaps