diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-11-18 09:43:15 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-11-18 09:43:15 +0000 |
commit | 51060fe14ca439b6395fefefc15a7a6063fce03a (patch) | |
tree | 6f2943c5e7b48614ba4b78bcc17213ce200075ab /finance | |
parent | c6689ad04ccf76d626bb30ac3a3cddd29ea76f9e (diff) | |
download | ports-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')
60 files changed, 4 insertions, 69 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> diff --git a/finance/trytond/Makefile b/finance/trytond/Makefile index c51b10852470..866dd8a0e811 100644 --- a/finance/trytond/Makefile +++ b/finance/trytond/Makefile @@ -44,7 +44,6 @@ LOGDIR?= /var/log USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%PIDDIR%%|${PIDDIR}|g' -e 's|%%LOGDIR%%|${LOGDIR}|g' \ ${WRKSRC}/etc/${PORTNAME}.conf @@ -68,11 +67,6 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz .endif post-install: - ${CP} -p ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample - @if [ ! -f ${PREFIX}/etc/${PORTNAME}.conf ]; then \ - ${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf ; \ - fi - - @${CAT} ${PKGMESSAGE} + ${CP} -p ${WRKSRC}/etc/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include <bsd.port.mk> diff --git a/finance/trytond_account/Makefile b/finance/trytond_account/Makefile index f921d31b2d32..bf74987808f9 100644 --- a/finance/trytond_account/Makefile +++ b/finance/trytond_account/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_account-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_be/Makefile b/finance/trytond_account_be/Makefile index 8038c5bef92d..ae47cdc32328 100644 --- a/finance/trytond_account_be/Makefile +++ b/finance/trytond_account_be/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_account-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_invoice/Makefile b/finance/trytond_account_invoice/Makefile index f7fa58bb3c9f..2e54f067d49c 100644 --- a/finance/trytond_account_invoice/Makefile +++ b/finance/trytond_account_invoice/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_account_invoice-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_invoice_history/Makefile b/finance/trytond_account_invoice_history/Makefile index de5a08d9cf63..359c8de093dd 100644 --- a/finance/trytond_account_invoice_history/Makefile +++ b/finance/trytond_account_invoice_history/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_account_invoice_history-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_invoice_line_standalone/Makefile b/finance/trytond_account_invoice_line_standalone/Makefile index 423690fdd2d8..2b7035933e6d 100644 --- a/finance/trytond_account_invoice_line_standalone/Makefile +++ b/finance/trytond_account_invoice_line_standalone/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_account_invoice_line_standalone-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_product/Makefile b/finance/trytond_account_product/Makefile index 2dd60cedcc3c..c9949e1b8923 100644 --- a/finance/trytond_account_product/Makefile +++ b/finance/trytond_account_product/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_account_product-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_statement/Makefile b/finance/trytond_account_statement/Makefile index a5ff06902c2f..807fb34661a9 100644 --- a/finance/trytond_account_statement/Makefile +++ b/finance/trytond_account_statement/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_account_statement-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_stock_anglo_saxon/Makefile b/finance/trytond_account_stock_anglo_saxon/Makefile index 0296620aaff8..747560c8ea9e 100644 --- a/finance/trytond_account_stock_anglo_saxon/Makefile +++ b/finance/trytond_account_stock_anglo_saxon/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_account_stock_anglo_saxon-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_account_stock_continental/Makefile b/finance/trytond_account_stock_continental/Makefile index 4b1c0ea5f5c9..ed63316a7b03 100644 --- a/finance/trytond_account_stock_continental/Makefile +++ b/finance/trytond_account_stock_continental/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_account_stock_continental-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_analytic_account/Makefile b/finance/trytond_analytic_account/Makefile index 047a190b0e71..07a6ea69d8ce 100644 --- a/finance/trytond_analytic_account/Makefile +++ b/finance/trytond_analytic_account/Makefile @@ -21,5 +21,4 @@ CONFLICTS= trytond_analytic_account-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_analytic_invoice/Makefile b/finance/trytond_analytic_invoice/Makefile index 5ec5ca39c85e..feafd134df65 100644 --- a/finance/trytond_analytic_invoice/Makefile +++ b/finance/trytond_analytic_invoice/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_analytic_invoice-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_analytic_purchase/Makefile b/finance/trytond_analytic_purchase/Makefile index afe06485298e..126502472ccb 100644 --- a/finance/trytond_analytic_purchase/Makefile +++ b/finance/trytond_analytic_purchase/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_analytic_purchase-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_analytic_sale/Makefile b/finance/trytond_analytic_sale/Makefile index 6aae29c68038..a9f772032101 100644 --- a/finance/trytond_analytic_sale/Makefile +++ b/finance/trytond_analytic_sale/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_analytic_sale-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_calendar/Makefile b/finance/trytond_calendar/Makefile index ff1c8b7fcbf7..a42f7c8335ac 100644 --- a/finance/trytond_calendar/Makefile +++ b/finance/trytond_calendar/Makefile @@ -21,5 +21,4 @@ CONFLICTS= trytond_calendar-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_calendar_classification/Makefile b/finance/trytond_calendar_classification/Makefile index eb87ecf6ece1..b0aa20348a1b 100644 --- a/finance/trytond_calendar_classification/Makefile +++ b/finance/trytond_calendar_classification/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_calendar_classification-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_calendar_scheduling/Makefile b/finance/trytond_calendar_scheduling/Makefile index ef722431795f..09cd6f77d1a4 100644 --- a/finance/trytond_calendar_scheduling/Makefile +++ b/finance/trytond_calendar_scheduling/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_calendar_scheduling-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_calendar_todo/Makefile b/finance/trytond_calendar_todo/Makefile index bf33c9cd4024..26990a798b25 100644 --- a/finance/trytond_calendar_todo/Makefile +++ b/finance/trytond_calendar_todo/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_calendar_todo-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_carrier/Makefile b/finance/trytond_carrier/Makefile index bf5a60e9669e..85be1bddcb1f 100644 --- a/finance/trytond_carrier/Makefile +++ b/finance/trytond_carrier/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_carrier-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_carrier_percentage/Makefile b/finance/trytond_carrier_percentage/Makefile index d078187d216c..0a9b2f09f7ab 100644 --- a/finance/trytond_carrier_percentage/Makefile +++ b/finance/trytond_carrier_percentage/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_carrier_percentage-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_carrier_weight/Makefile b/finance/trytond_carrier_weight/Makefile index 1e6d58d3c20e..9a77be99ec55 100644 --- a/finance/trytond_carrier_weight/Makefile +++ b/finance/trytond_carrier_weight/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_carrier_weight-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_company/Makefile b/finance/trytond_company/Makefile index e7be62a025a8..669fc2083475 100644 --- a/finance/trytond_company/Makefile +++ b/finance/trytond_company/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_company-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_company_work_time/Makefile b/finance/trytond_company_work_time/Makefile index b1cdf35a51b2..12a568a6e4fc 100644 --- a/finance/trytond_company_work_time/Makefile +++ b/finance/trytond_company_work_time/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_company_work_time-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_country/Makefile b/finance/trytond_country/Makefile index c6542d15a18c..0427e95b7f47 100644 --- a/finance/trytond_country/Makefile +++ b/finance/trytond_country/Makefile @@ -17,5 +17,4 @@ CONFLICTS= trytond_country-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_currency/Makefile b/finance/trytond_currency/Makefile index 621542db5e0d..33705706dbd4 100644 --- a/finance/trytond_currency/Makefile +++ b/finance/trytond_currency/Makefile @@ -17,5 +17,4 @@ CONFLICTS= trytond_currency-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_dashboard/Makefile b/finance/trytond_dashboard/Makefile index 4549826d6e1b..d0e49001a187 100644 --- a/finance/trytond_dashboard/Makefile +++ b/finance/trytond_dashboard/Makefile @@ -17,5 +17,4 @@ CONFLICTS= trytond_dashboard-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_ldap_authentication/Makefile b/finance/trytond_ldap_authentication/Makefile index f4d63f0a1b07..54568278137a 100644 --- a/finance/trytond_ldap_authentication/Makefile +++ b/finance/trytond_ldap_authentication/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_ldap_authentication-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_ldap_connection/Makefile b/finance/trytond_ldap_connection/Makefile index e147c2f10dc5..e2f33214dc9b 100644 --- a/finance/trytond_ldap_connection/Makefile +++ b/finance/trytond_ldap_connection/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_ldap_connection-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_party/Makefile b/finance/trytond_party/Makefile index a43b1f161975..2b85fe82cce3 100644 --- a/finance/trytond_party/Makefile +++ b/finance/trytond_party/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_party-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_party_siret/Makefile b/finance/trytond_party_siret/Makefile index 8013627b742a..f30a8a3964ac 100644 --- a/finance/trytond_party_siret/Makefile +++ b/finance/trytond_party_siret/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_party_siret-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_party_vcarddav/Makefile b/finance/trytond_party_vcarddav/Makefile index 629f7631ef84..f6886092ed14 100644 --- a/finance/trytond_party_vcarddav/Makefile +++ b/finance/trytond_party_vcarddav/Makefile @@ -21,5 +21,4 @@ CONFLICTS= trytond_party_vcarddav-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_product/Makefile b/finance/trytond_product/Makefile index c845b1932377..490429793cf2 100644 --- a/finance/trytond_product/Makefile +++ b/finance/trytond_product/Makefile @@ -17,5 +17,4 @@ CONFLICTS= trytond_product-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_product_cost_fifo/Makefile b/finance/trytond_product_cost_fifo/Makefile index 3bf6eb65f0ea..7c48783bf456 100644 --- a/finance/trytond_product_cost_fifo/Makefile +++ b/finance/trytond_product_cost_fifo/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_product_cost_fifo-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_product_cost_history/Makefile b/finance/trytond_product_cost_history/Makefile index 7ae55c989075..67777ddc41c3 100644 --- a/finance/trytond_product_cost_history/Makefile +++ b/finance/trytond_product_cost_history/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_product_cost_history-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_product_measurements/Makefile b/finance/trytond_product_measurements/Makefile index 3c8603a15dfc..7dcd16fb6ee4 100644 --- a/finance/trytond_product_measurements/Makefile +++ b/finance/trytond_product_measurements/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_product_measurements-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_product_price_list/Makefile b/finance/trytond_product_price_list/Makefile index f06558d4e1c6..4d447fb15044 100644 --- a/finance/trytond_product_price_list/Makefile +++ b/finance/trytond_product_price_list/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_product_price_list-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_production/Makefile b/finance/trytond_production/Makefile index adca2789dabc..1a45be63c467 100644 --- a/finance/trytond_production/Makefile +++ b/finance/trytond_production/Makefile @@ -21,5 +21,4 @@ CONFLICTS= trytond_production-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_project/Makefile b/finance/trytond_project/Makefile index 05ea81427b7c..c28efe9cdc72 100644 --- a/finance/trytond_project/Makefile +++ b/finance/trytond_project/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_project-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_project_plan/Makefile b/finance/trytond_project_plan/Makefile index 232e04ef557d..32151e6518de 100644 --- a/finance/trytond_project_plan/Makefile +++ b/finance/trytond_project_plan/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_project_plan-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_project_revenue/Makefile b/finance/trytond_project_revenue/Makefile index 151c935cdd9b..8e9e4636e428 100644 --- a/finance/trytond_project_revenue/Makefile +++ b/finance/trytond_project_revenue/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_project_revenue-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_purchase/Makefile b/finance/trytond_purchase/Makefile index 2538e33f9bf5..d4381efce3c6 100644 --- a/finance/trytond_purchase/Makefile +++ b/finance/trytond_purchase/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_purchase-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_purchase_invoice_line_standalone/Makefile b/finance/trytond_purchase_invoice_line_standalone/Makefile index aba88b48d153..371b94feee3d 100644 --- a/finance/trytond_purchase_invoice_line_standalone/Makefile +++ b/finance/trytond_purchase_invoice_line_standalone/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_purchase_invoice_line_standalone-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_purchase_shipment_cost/Makefile b/finance/trytond_purchase_shipment_cost/Makefile index 60e06a3524e6..1cd2a4e70e4c 100644 --- a/finance/trytond_purchase_shipment_cost/Makefile +++ b/finance/trytond_purchase_shipment_cost/Makefile @@ -21,5 +21,4 @@ CONFLICTS= trytond_purchase_shipment_cost-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_sale/Makefile b/finance/trytond_sale/Makefile index 3d752b948240..c6c7e5c753f9 100644 --- a/finance/trytond_sale/Makefile +++ b/finance/trytond_sale/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_sale-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_sale_opportunity/Makefile b/finance/trytond_sale_opportunity/Makefile index f0e4065b9c41..aeec24e9e002 100644 --- a/finance/trytond_sale_opportunity/Makefile +++ b/finance/trytond_sale_opportunity/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_sale_opportunity-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_sale_price_list/Makefile b/finance/trytond_sale_price_list/Makefile index bcffdb787c6e..c28c7434a2e6 100644 --- a/finance/trytond_sale_price_list/Makefile +++ b/finance/trytond_sale_price_list/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_sale_price_list-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_sale_shipment_cost/Makefile b/finance/trytond_sale_shipment_cost/Makefile index 6ddf66c60779..789cb1468abe 100644 --- a/finance/trytond_sale_shipment_cost/Makefile +++ b/finance/trytond_sale_shipment_cost/Makefile @@ -22,5 +22,4 @@ CONFLICTS= trytond_sale_shipment_cost-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock/Makefile b/finance/trytond_stock/Makefile index 18b203bbd519..246c83212b8e 100644 --- a/finance/trytond_stock/Makefile +++ b/finance/trytond_stock/Makefile @@ -22,5 +22,4 @@ CONFLICTS= trytond_stock-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_forecast/Makefile b/finance/trytond_stock_forecast/Makefile index 1cd49a252da5..08f8329b3568 100644 --- a/finance/trytond_stock_forecast/Makefile +++ b/finance/trytond_stock_forecast/Makefile @@ -22,5 +22,4 @@ CONFLICTS= trytond_stock_forecast-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_inventory_location/Makefile b/finance/trytond_stock_inventory_location/Makefile index a40497ef6f19..3d1da6cc44fe 100644 --- a/finance/trytond_stock_inventory_location/Makefile +++ b/finance/trytond_stock_inventory_location/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_stock_inventory_location-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_location_sequence/Makefile b/finance/trytond_stock_location_sequence/Makefile index f0cdee52379a..4c3233f04965 100644 --- a/finance/trytond_stock_location_sequence/Makefile +++ b/finance/trytond_stock_location_sequence/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_stock_location_sequence-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_lot/Makefile b/finance/trytond_stock_lot/Makefile index e1cdc1d260c6..eb45d48ddd43 100644 --- a/finance/trytond_stock_lot/Makefile +++ b/finance/trytond_stock_lot/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_stock_lot-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_product_location/Makefile b/finance/trytond_stock_product_location/Makefile index 199a6ced6972..d2a90d5bff48 100644 --- a/finance/trytond_stock_product_location/Makefile +++ b/finance/trytond_stock_product_location/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_stock_product_location-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_split/Makefile b/finance/trytond_stock_split/Makefile index e9ecbabb4447..bc9a692a9092 100644 --- a/finance/trytond_stock_split/Makefile +++ b/finance/trytond_stock_split/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_stock_split-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_supply/Makefile b/finance/trytond_stock_supply/Makefile index ab68175e617b..6900fb319b65 100644 --- a/finance/trytond_stock_supply/Makefile +++ b/finance/trytond_stock_supply/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_stock_supply-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_supply_day/Makefile b/finance/trytond_stock_supply_day/Makefile index 08f1021de29c..e1291add5901 100644 --- a/finance/trytond_stock_supply_day/Makefile +++ b/finance/trytond_stock_supply_day/Makefile @@ -18,5 +18,4 @@ CONFLICTS= trytond_stock_supply_day-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_supply_forecast/Makefile b/finance/trytond_stock_supply_forecast/Makefile index be030d103951..093b5b10ac0e 100644 --- a/finance/trytond_stock_supply_forecast/Makefile +++ b/finance/trytond_stock_supply_forecast/Makefile @@ -20,5 +20,4 @@ CONFLICTS= trytond_stock_supply_forecast-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_stock_supply_production/Makefile b/finance/trytond_stock_supply_production/Makefile index b333b1a2d83f..d2977322bc09 100644 --- a/finance/trytond_stock_supply_production/Makefile +++ b/finance/trytond_stock_supply_production/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_stock_supply_production-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> diff --git a/finance/trytond_timesheet/Makefile b/finance/trytond_timesheet/Makefile index 56619d691807..7091d1096299 100644 --- a/finance/trytond_timesheet/Makefile +++ b/finance/trytond_timesheet/Makefile @@ -19,5 +19,4 @@ CONFLICTS= trytond_timesheet-2.[68].* USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include <bsd.port.mk> |