aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2003-11-11 07:30:32 +0800
committercy <cy@FreeBSD.org>2003-11-11 07:30:32 +0800
commitae5aefef056b4e1baf79fc90bd0a4586a42d8282 (patch)
treea600be4f4ebbb659b45469db6815079041f22ee9 /security/krb5-appl
parentc4beaad0facd314038ce1da66d9143b5fd3aaad1 (diff)
downloadfreebsd-ports-gnome-ae5aefef056b4e1baf79fc90bd0a4586a42d8282.tar.gz
freebsd-ports-gnome-ae5aefef056b4e1baf79fc90bd0a4586a42d8282.tar.zst
freebsd-ports-gnome-ae5aefef056b4e1baf79fc90bd0a4586a42d8282.zip
Add missing slash (/) to the end of MIT MASTER_SITE.
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index de243ca730c6..569d4c14927e 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -17,7 +17,7 @@ USE_KRB5_TARBALL?= MIT
MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
EXTRACT_SUFX= .tar.gz
.else
-MASTER_SITES= http://web.mit.edu/kerberos/www/dist/krb5/${PORTVERSION:C/\.[0-9]*$//}
+MASTER_SITES= http://web.mit.edu/kerberos/www/dist/krb5/${PORTVERSION:C/\.[0-9]*$//}/
EXTRACT_SUFX= .tar
.endif