diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-17 02:23:01 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-17 02:23:01 +0800 |
commit | 87b1e8b596fc820c4ff4d8c5c6afe92aa89f8305 (patch) | |
tree | cf2b9a2465ef499c8abcf4b915ce0ae3505c828a /x11/tint | |
parent | 5e13b28517bdcf68c8e6666c95a0676178bea51e (diff) | |
download | freebsd-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/Makefile | 2 |
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 |