svn commit: r416969 - head/ftp/curl

Mathieu Arnold mat at FreeBSD.org
Thu Jun 16 13:44:15 UTC 2016


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


More information about the svn-ports-head mailing list