summaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-08-15 20:59:27 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-08-15 20:59:27 +0000
commita2af722ecca57c6969695f44edcc3ef7a3198226 (patch)
tree263499f25241f5e673c8556b5e55aa78535b0bde /Mk/bsd.sites.mk
parentdatabases/py-psycopg2cffi: Update to version 2.7.6 (diff)
Fix broken line
Notes
Notes: svn path=/head/; revision=448012
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 3f67692495e4..c8599aae77ab 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -936,7 +936,7 @@ _PERL_CPAN_ID= ${MASTER_SITE_SUBDIR:C/^CPAN:(.)(.)(.*)$/\1\/\1\2\/\1\2\3/}
#
.if !defined(IGNORE_MASTER_SITE_PGSQL)
MASTER_SITE_PGSQL+= \
- https://ftp.postgresql.org/pub/%SUBDIR%/ \
+ https://ftp.postgresql.org/pub/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_PHP)