diff options
author | bf <bf@FreeBSD.org> | 2011-03-20 01:42:45 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-03-20 01:42:45 +0800 |
commit | 29c22f85e880b261e76be1b1d75d5ef07c1be698 (patch) | |
tree | 3d9b245f1bc440f934d5a2ded0653d428f86faef /math | |
parent | eb5cb8c9d2029361423002897a51e079ee3fce6d (diff) | |
download | freebsd-ports-gnome-29c22f85e880b261e76be1b1d75d5ef07c1be698.tar.gz freebsd-ports-gnome-29c22f85e880b261e76be1b1d75d5ef07c1be698.tar.zst freebsd-ports-gnome-29c22f85e880b261e76be1b1d75d5ef07c1be698.zip |
Add trailing slashes missing from two late
entries to the Netlib site list
Diffstat (limited to 'math')
-rw-r--r-- | math/eispack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 4af3f99e6c71..ebff171ecefa 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -17,10 +17,10 @@ EXTRACT_ONLY= #empty MAINTAINER= bf@FreeBSD.org COMMENT= Eigenvalue system package -MASTER_SITES_NETLIB= ftp://ftp.netlib.org/%SUBDIR% \ +MASTER_SITES_NETLIB= ftp://ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.org/%SUBDIR%/ \ http://www.netlib.no/netlib/%SUBDIR%/ \ - http://netlib.sandia.gov/%SUBDIR% \ + http://netlib.sandia.gov/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ http://artfiles.org/netlib.org/%SUBDIR%/ \ http://netlib.amss.ac.cn/%SUBDIR%/ \ |