diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /finance | |
parent | 0f9366f9540135d821fe5b190c32ad41f65eee57 (diff) |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357070
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 |