diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-06-09 03:51:27 +0800 |
commit | e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /finance | |
parent | 485b04218c906f71fa9dc80d92043682adb47cc5 (diff) | |
download | freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.gz freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.zst freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.zip |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/openerp-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile index 0a3aeedd5222..5b77268931f8 100644 --- a/finance/openerp-server/Makefile +++ b/finance/openerp-server/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= finance python MASTER_SITES= http://nightly.openerp.com/7.0/nightly/src/ -DISTNAME= openerp-${PORTVERSION}-${NIGHTLY} +DISTNAME= openerp-${PORTVERSION}-${NIGHTLY} MAINTAINER= pakhom706@gmail.com COMMENT= Open source application ERP & CRM in Python using Postgresql @@ -31,7 +31,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NIGHTLY= 20140115-002435 NIGHTLY_= ${NIGHTLY:S/-/_/g} -WRKSRC= ${WRKDIR}/openerp-${PORTVERSION}-${NIGHTLY} +WRKSRC= ${WRKDIR}/openerp-${PORTVERSION}-${NIGHTLY} USE_RC_SUBR= openerpd SUB_FILES= openerp-server.conf pkg-message |