diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:18:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:18:38 +0800 |
commit | 67f5f7650118b699f19d83ce5690dabca3f3af22 (patch) | |
tree | 0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/tryton | |
parent | 4c4a11f7144e709be034f6fff58ed87baed516dd (diff) | |
download | freebsd-ports-gnome-67f5f7650118b699f19d83ce5690dabca3f3af22.tar.gz freebsd-ports-gnome-67f5f7650118b699f19d83ce5690dabca3f3af22.tar.zst freebsd-ports-gnome-67f5f7650118b699f19d83ce5690dabca3f3af22.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: finance)
Diffstat (limited to 'finance/tryton')
-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 |