summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-05 14:37:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-05 14:37:24 +0000
commit00531e9f2a7045f346e7ef839f46829997031c07 (patch)
tree17ddfb90901ffd06d81efa30ab7ad80895ab2831
parentHook postgresql93-plv8js to the build (diff)
Remove trailing /
Notes
Notes: svn path=/head/; revision=370089
-rw-r--r--databases/postgresql93-plv8js/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql93-plv8js/Makefile b/databases/postgresql93-plv8js/Makefile
index 6e2b2ab5bbab..0b41934767d3 100644
--- a/databases/postgresql93-plv8js/Makefile
+++ b/databases/postgresql93-plv8js/Makefile
@@ -2,6 +2,6 @@
WANT_PGSQL_VER= 9.3
-MASTERDIR= ${.CURDIR}/../postgresql-plv8js/
+MASTERDIR= ${.CURDIR}/../postgresql-plv8js
.include "${MASTERDIR}/Makefile"