diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-07-14 10:41:01 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-07-14 10:41:01 +0000 |
commit | b5b1bc6d4b6c38457f928e654748dd56fe95bc15 (patch) | |
tree | 580b2ca58523a3b21b2e12129d39ce0af81110b3 /textproc | |
parent | 2529171b2d385313a95e22f2a5a8b8128883acc2 (diff) | |
download | ports-b5b1bc6d4b6c38457f928e654748dd56fe95bc15.tar.gz ports-b5b1bc6d4b6c38457f928e654748dd56fe95bc15.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 11bc9134878e..9cbc72e9656d 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -9,7 +9,8 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 PORTREVISION?= 13 CATEGORIES+= textproc -MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ +MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \ + http://distfiles.opendarwin.org/ DISTNAME= ispell-3.2.06 # needed for slave ports / options DISTFILES= ispell-3.2.06.tar.gz # needed for slave ports / options |