diff options
author | billf <billf@FreeBSD.org> | 1999-11-23 11:16:50 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-23 11:16:50 +0800 |
commit | ff7ca07fa5e3a16e69b92a89a82c1180bdb30a1c (patch) | |
tree | 8d10b6c594062d0a658c9f3562625e63e0384a90 /ftp/gftp | |
parent | 36f085bb9e6d7b293c348c8dc998a89e4cfefb4f (diff) | |
download | freebsd-ports-graphics-ff7ca07fa5e3a16e69b92a89a82c1180bdb30a1c.tar.gz freebsd-ports-graphics-ff7ca07fa5e3a16e69b92a89a82c1180bdb30a1c.tar.zst freebsd-ports-graphics-ff7ca07fa5e3a16e69b92a89a82c1180bdb30a1c.zip |
Add trailing slash to fix distfile-fennerage.
Broken by: cpiazza
Diffstat (limited to 'ftp/gftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 2c9e206a2f5..eed2b02d46f 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -9,7 +9,7 @@ DISTNAME= gftp-2.0.5a CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ - ftp://gftp.seul.org/pub/gftp + ftp://gftp.seul.org/pub/gftp/ MAINTAINER= dmarion@open.hr |