aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2003-11-10 23:30:32 +0000
committerCy Schubert <cy@FreeBSD.org>2003-11-10 23:30:32 +0000
commit1026b3b0a6b432c67dbfecfbc48f8efb3ed5ebce (patch)
tree339afe3d11f5ab6913a0181f57f0088443cd28fb /security/krb5-appl
parent2209047c9c2ae8f2ea7caf2aee1e2fe28b397e43 (diff)
downloadports-1026b3b0a6b432c67dbfecfbc48f8efb3ed5ebce.tar.gz
ports-1026b3b0a6b432c67dbfecfbc48f8efb3ed5ebce.zip
Add missing slash (/) to the end of MIT MASTER_SITE.
Notes
Notes: svn path=/head/; revision=93710
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