From 55dc0f983aadef274380ef51058802f94a995d7e Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 8 Jun 2014 19:51:27 +0000 Subject: Remove all space characters from Makefile assignments. No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) --- databases/luasql-postgres/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases/luasql-postgres') diff --git a/databases/luasql-postgres/Makefile b/databases/luasql-postgres/Makefile index 94560b1da23f..7068a239a077 100644 --- a/databases/luasql-postgres/Makefile +++ b/databases/luasql-postgres/Makefile @@ -4,7 +4,8 @@ PORTNAME= luasql LUASQL_DRIVER= postgres -MASTERDIR= ${.CURDIR}/../luasql-mysql + +MASTERDIR= ${.CURDIR}/../luasql-mysql NO_STAGE= yes .include "${MASTERDIR}/Makefile" -- cgit v1.2.3