aboutsummaryrefslogtreecommitdiff
path: root/finance/tryton/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-09 15:09:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-09 15:09:54 +0000
commitc29144fec80a012cd7eac4c0bc3e7f7ed20d54f5 (patch)
treed8094c105aacccfa42294b9122947ab6e131f48d /finance/tryton/Makefile
parentda62a87468a28dfbcced2414e4d983604efde9a6 (diff)
downloadports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.tar.gz
ports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.zip
- Swith from easy_install to install (and bump PORTREVISION)
- Use PYDISTUTILS_AUTOPLIST
Notes
Notes: svn path=/head/; revision=343510
Diffstat (limited to 'finance/tryton/Makefile')
-rw-r--r--finance/tryton/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile
index 5c4cdceac144..bef3437002eb 100644
--- a/finance/tryton/Makefile
+++ b/finance/tryton/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tryton
PORTVERSION= 2.4.7
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= http://downloads.tryton.org/2.4/
@@ -18,9 +19,12 @@ CONFLICTS= tryton28-2.8.*
USES= desktop-file-utils gettext
USE_PYTHON= 2
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
USE_GNOME= gtk20 pygtk2
+PLIST_FILES= share/applications/tryton.desktop share/pixmaps/tryton-icon.png
+
post-install:
${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