aboutsummaryrefslogtreecommitdiffstats
path: root/x11/tint
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-12-17 02:23:01 +0800
committerdougb <dougb@FreeBSD.org>2010-12-17 02:23:01 +0800
commit87b1e8b596fc820c4ff4d8c5c6afe92aa89f8305 (patch)
treecf2b9a2465ef499c8abcf4b915ce0ae3505c828a /x11/tint
parent5e13b28517bdcf68c8e6666c95a0676178bea51e (diff)
downloadfreebsd-ports-gnome-87b1e8b596fc820c4ff4d8c5c6afe92aa89f8305.tar.gz
freebsd-ports-gnome-87b1e8b596fc820c4ff4d8c5c6afe92aa89f8305.tar.zst
freebsd-ports-gnome-87b1e8b596fc820c4ff4d8c5c6afe92aa89f8305.zip
Use INSTALL_SCRIPT for the python script so STRIP is not attempted
Diffstat (limited to 'x11/tint')
-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