aboutsummaryrefslogtreecommitdiff
path: root/finance/tryton
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-11-18 09:43:15 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-11-18 09:43:15 +0000
commit51060fe14ca439b6395fefefc15a7a6063fce03a (patch)
tree6f2943c5e7b48614ba4b78bcc17213ce200075ab /finance/tryton
parentc6689ad04ccf76d626bb30ac3a3cddd29ea76f9e (diff)
downloadports-51060fe14ca439b6395fefefc15a7a6063fce03a.tar.gz
ports-51060fe14ca439b6395fefefc15a7a6063fce03a.zip
Support STAGE (in preparation to commit PR/181691)..
PR: ports/181691 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer) Patch by: bsam (me) Approved by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
Notes
Notes: svn path=/head/; revision=334164
Diffstat (limited to 'finance/tryton')
-rw-r--r--finance/tryton/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile
index bab764912ad3..913b930d07ca 100644
--- a/finance/tryton/Makefile
+++ b/finance/tryton/Makefile
@@ -19,11 +19,10 @@ CONFLICTS= tryton-2.[68].*
USES= desktop-file-utils gettext
USE_PYTHON= -2.7
USE_PYDISTUTILS=easy_install
-USE_GNOME= gtk20 desktopfileutils pygtk2
+USE_GNOME= gtk20 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
+ ${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${STAGEDIR}${PREFIX}/share/applications/tryton.desktop
+ ${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/tryton-icon.png
.include <bsd.port.mk>