Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 13:44:14 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416969 - head/ftp/curl
Message-ID:  <201606161344.u5GDiE4C084943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jun 16 13:44:14 2016
New Revision: 416969
URL: https://svnweb.freebsd.org/changeset/ports/416969

Log:
  Fix when PORTSDIR doesn't exist at that point. (Which, I think, doesn't
  happen outside of portsnap's infrastructure).
  
  Sponsored by:	Absolight

Modified:
  head/ftp/curl/Makefile   (contents, props changed)

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Thu Jun 16 13:33:26 2016	(r416968)
+++ head/ftp/curl/Makefile	Thu Jun 16 13:44:14 2016	(r416969)
@@ -33,7 +33,7 @@ TLS_SRP_DESC=		TLS-SRP (Secure Remote Pa
 
 LOCALBASE?=	/usr/local
 
-.include <${PORTSDIR}/Mk/bsd.default-versions.mk>
+.include <${.CURDIR}/../../Mk/bsd.default-versions.mk>
 
 .if ${SSL_DEFAULT} != base
 OPTIONS_DEFAULT+=	GSSAPI_NONE



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