diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 07:05:58 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 07:05:58 +0000 |
commit | d3ae92b2b6f9c77009741f3f2e14eedfb37348b5 (patch) | |
tree | 04694ff478a72400535b1135683fc65495fc3f2b /ftp | |
parent | 536d79d527d2327c524b4583be0749bde781d727 (diff) | |
download | FreeBSD-ports-d3ae92b2b6f9c77009741f3f2e14eedfb37348b5.zip FreeBSD-ports-d3ae92b2b6f9c77009741f3f2e14eedfb37348b5.tar.gz |
Rename this to wu-ftpd+ipv6 to avoid name conflict with wu-ftpd. This was
breaking INDEX.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 58d4aac..b5a8009 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -7,7 +7,7 @@ # REMINDER: to use ftpaccess(5) you need to specify -a in command line, # it is changed from previous versions -PORTNAME= wu-ftpd +PORTNAME= wu-ftpd+ipv6 PORTVERSION= 2.6.2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ |