diff options
author | Rajesh Vaidheeswarran <rv@FreeBSD.org> | 2000-09-21 22:03:26 +0000 |
---|---|---|
committer | Rajesh Vaidheeswarran <rv@FreeBSD.org> | 2000-09-21 22:03:26 +0000 |
commit | c8f58ac167cc3870c57a609928ed86fa95852613 (patch) | |
tree | 6edd361672e3259ba9e4f5f8cb495329b010a0be /devel/cons | |
parent | Add PORTREVISION=1 to reflect the changed behaviour by the previous (diff) |
Fix the FTP site URL with trailing slash.
Notes
Notes:
svn path=/head/; revision=32945
Diffstat (limited to 'devel/cons')
-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 2bc30ded2b05..86eb076e20e1 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/pub/gnu/cons/stable/${PORTVERSION} \ + ftp://ftp.gnu.org/pub/gnu/cons/stable/${PORTVERSION}/ \ http://www.baldmt.com/cons/stable/ EXTRACT_SUFX= .tgz |