Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 15:37:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471559 - head/databases/cayley
Message-ID:  <201806041537.w54FbNQS082995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Jun  4 15:37:23 2018
New Revision: 471559
URL: https://svnweb.freebsd.org/changeset/ports/471559

Log:
  databases/cayley: Merge pre-build into do-build
  
  Reported by:	mat

Modified:
  head/databases/cayley/Makefile

Modified: head/databases/cayley/Makefile
==============================================================================
--- head/databases/cayley/Makefile	Mon Jun  4 15:31:52 2018	(r471558)
+++ head/databases/cayley/Makefile	Mon Jun  4 15:37:23 2018	(r471559)
@@ -70,10 +70,8 @@ post-patch:
 			s|github.com/olivere/elastic|gopkg.in/olivere/elastic.v5|; \
 			s|gopkg.in/mgo.v2-unstable|gopkg.in/mgo.v2|'
 
-pre-build:
-	@cd ${WRKSRC} && [ -e ${PORTNAME} ] || ${LN} -s . ${PORTNAME}
-
 do-build:
+	@cd ${WRKSRC} && [ -e ${PORTNAME} ] || ${LN} -s . ${PORTNAME}
 	@cd ${WRKSRC}/${GH_SUBDIR} && \
 		${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build \
 			-ldflags="-X github.com/${GH_ACCOUNT}graph/${GH_PROJECT}/version.GitHash=${PORTVERSION}" \



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