diff options
author | sat <sat@FreeBSD.org> | 2006-09-03 14:46:16 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-03 14:46:16 +0000 |
commit | 6f735b9b03e1ff4175f413bdb98781c84376efc4 (patch) | |
tree | 4043a803ada5c5fd015d91a00faddcd3554a6b05 /math | |
parent | bb70bf2751744bbad3427b0b51764cc5775dca1c (diff) | |
download | FreeBSD-ports-6f735b9b03e1ff4175f413bdb98781c84376efc4.zip FreeBSD-ports-6f735b9b03e1ff4175f413bdb98781c84376efc4.tar.gz |
Fix master sites:
- Add 'ftp://' where it was omitted
- Fix a typo
Diffstat (limited to 'math')
-rw-r--r-- | math/jsmath-fonts-sprite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jsmath-fonts-sprite/Makefile b/math/jsmath-fonts-sprite/Makefile index 9cddb27..c07eb92 100644 --- a/math/jsmath-fonts-sprite/Makefile +++ b/math/jsmath-fonts-sprite/Makefile @@ -8,7 +8,7 @@ PORTNAME= jsMath-fonts-sprite PORTVERSION= 1.0 CATEGORIES= math www -MASTER_SITES= MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ +MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ MAINTAINER= nivit@email.it |