diff options
author | taca <taca@pkgsrc.org> | 2009-09-14 06:14:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-14 06:14:14 +0000 |
commit | d305d7025a70d24255828044284a9ea7a9a65f0e (patch) | |
tree | 29eae5c2c3aa8c92ac2d791be7a62006df407e10 | |
parent | 391f50746aa595abcf6aff7d30253306e8614930 (diff) | |
download | pkgsrc-d305d7025a70d24255828044284a9ea7a9a65f0e.tar.gz |
Add a trailing slash to MASTER_SITES.
-rw-r--r-- | security/crudesaml/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/crudesaml/Makefile.common b/security/crudesaml/Makefile.common index 5845f69eb19..161d39cef1e 100644 --- a/security/crudesaml/Makefile.common +++ b/security/crudesaml/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2009/09/13 19:57:13 manu Exp $ +# $NetBSD: Makefile.common,v 1.2 2009/09/14 06:14:14 taca Exp $ # # used by security/cy2-saml/Makefile @@ -6,7 +6,7 @@ DISTNAME= crudesaml-0.5 CATEGORIES= security -MASTER_SITES= http://ftp.espci.fr/pub/crudesaml +MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/ MAINTAINER= manu@NetBSD.org |