summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/luasql-postgres/Makefile3
-rw-r--r--databases/luasql-sqlite3/Makefile2
-rw-r--r--databases/postgresql84-docs/Makefile4
3 files changed, 5 insertions, 4 deletions
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"
diff --git a/databases/luasql-sqlite3/Makefile b/databases/luasql-sqlite3/Makefile
index 23e401bcc601..cbc09fc05a35 100644
--- a/databases/luasql-sqlite3/Makefile
+++ b/databases/luasql-sqlite3/Makefile
@@ -5,7 +5,7 @@ PORTNAME= luasql
LUASQL_DRIVER= sqlite3
-MASTERDIR= ${.CURDIR}/../luasql-mysql
+MASTERDIR= ${.CURDIR}/../luasql-mysql
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile
index 54e80fc31612..2ed42fa0d850 100644
--- a/databases/postgresql84-docs/Makefile
+++ b/databases/postgresql84-docs/Makefile
@@ -3,8 +3,8 @@
PORTNAME= postgresql
PORTREVISION= 0
-PKGNAMESUFFIX?= ${DISTV:S/.//}-docs
-DISTV= ${DISTVERSION:R}
+PKGNAMESUFFIX?= ${DISTV:S/.//}-docs
+DISTV= ${DISTVERSION:R}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= The PostgreSQL documentation set