diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-02-02 07:23:26 +0800 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-02-02 07:23:26 +0800 |
commit | dc9541118b1b934908b574a1f66478c9988979cd (patch) | |
tree | 896261aa7625d371465e4b87115664a0855e7858 | |
parent | 95fed44abbe2c6585c21c61fcd6478fc5c3fbda7 (diff) | |
download | freebsd-ports-gnome-dc9541118b1b934908b574a1f66478c9988979cd.tar.gz freebsd-ports-gnome-dc9541118b1b934908b574a1f66478c9988979cd.tar.zst freebsd-ports-gnome-dc9541118b1b934908b574a1f66478c9988979cd.zip |
Add trailing slash (oops)
-rw-r--r-- | math/xspread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile index 28a042ba3780..c119b10e62c1 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -7,7 +7,7 @@ DISTNAME= xspread2.1 PKGNAME= xspread-2.1 CATEGORIES= math -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap/xspread +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap/xspread/ # ${MASTER_SITE_SUNSITE} isn't appropriate because distributions/ isn't # mirrored. |