diff options
author | Rajesh Vaidheeswarran <rv@FreeBSD.org> | 2000-09-15 18:31:51 +0000 |
---|---|---|
committer | Rajesh Vaidheeswarran <rv@FreeBSD.org> | 2000-09-15 18:31:51 +0000 |
commit | 9c00120aaba4488daf29380f29897d7b9c1d9a9f (patch) | |
tree | 9288e83d725f40f0d57309483b5b20363778d181 | |
parent | Fixed pkg/PLIST to remove extra directories (diff) |
Fix ftp path.
Notes
Notes:
svn path=/head/; revision=32653
-rw-r--r-- | devel/cons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index 67ca9c24d4f5..2bc30ded2b05 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/stable/ \ http://www.gnu.org/software/cons/stable/ \ - ftp://ftp.gnu.org/gnu/cons/stable/ \ + ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION} \ http://www.baldmt.com/cons/stable/ EXTRACT_SUFX= .tgz |