aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-16 21:44:14 +0800
committermat <mat@FreeBSD.org>2016-06-16 21:44:14 +0800
commitb85f1bb0cd21500dc75fcf6f8f71c1067fb34496 (patch)
treed0973ccd5ec7fc55db8559f51ef691f199e20065 /ftp
parent8d21359d9aaf5cfa8d249c686fbae4280f446407 (diff)
downloadfreebsd-ports-gnome-b85f1bb0cd21500dc75fcf6f8f71c1067fb34496.tar.gz
freebsd-ports-gnome-b85f1bb0cd21500dc75fcf6f8f71c1067fb34496.tar.zst
freebsd-ports-gnome-b85f1bb0cd21500dc75fcf6f8f71c1067fb34496.zip
Fix when PORTSDIR doesn't exist at that point. (Which, I think, doesn't
happen outside of portsnap's infrastructure). Sponsored by: Absolight
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 9ce59ff60b76..33eba926350b 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -33,7 +33,7 @@ TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support
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