diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-12-16 18:23:01 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-16 18:23:01 +0000 |
commit | 9f45da1e96369e890a832ae5ee28ffdbcb786dcd (patch) | |
tree | faf71df7251abd1ae80be27a3e208f4a743826ec | |
parent | 7b30ee30b59ac26c4f14cf39aacd74c179237af7 (diff) |
Notes
-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 |