Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 14:37:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370089 - head/databases/postgresql93-plv8js
Message-ID:  <201410051437.s95EbPVX026445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct  5 14:37:24 2014
New Revision: 370089
URL: https://svnweb.freebsd.org/changeset/ports/370089
QAT: https://qat.redports.org/buildarchive/r370089/

Log:
  Remove trailing /

Modified:
  head/databases/postgresql93-plv8js/Makefile

Modified: head/databases/postgresql93-plv8js/Makefile
==============================================================================
--- head/databases/postgresql93-plv8js/Makefile	Sun Oct  5 14:34:56 2014	(r370088)
+++ head/databases/postgresql93-plv8js/Makefile	Sun Oct  5 14:37:24 2014	(r370089)
@@ -2,6 +2,6 @@
 
 WANT_PGSQL_VER=	9.3
 
-MASTERDIR=	${.CURDIR}/../postgresql-plv8js/
+MASTERDIR=	${.CURDIR}/../postgresql-plv8js
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051437.s95EbPVX026445>