diff options
Diffstat (limited to 'finance/tryton/Makefile')
-rw-r--r-- | finance/tryton/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile index b9df61c519a0..bab764912ad3 100644 --- a/finance/tryton/Makefile +++ b/finance/tryton/Makefile @@ -21,6 +21,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install USE_GNOME= gtk20 desktopfileutils pygtk2 +NO_STAGE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${PREFIX}/share/applications/tryton.desktop ${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${PREFIX}/share/pixmaps/tryton-icon.png |