diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 02:24:14 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 02:24:14 +0000 |
| commit | d36a08fde11f9aad3024a0942c9d213ecf0d6f11 (patch) | |
| tree | 96389d19529176beb64b5e17f1f86277689791d4 | |
| parent | e76addb2fb05f0068c99e14e0855195467a6f6cc (diff) | |
Add ipv6 category and bump PORTREVISION.
Suggested by: sumikawa
| -rw-r--r-- | ftp/ftpmirror/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 217a80be2542..cd73c288edfd 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -7,7 +7,8 @@ PORTNAME= ftpmirror PORTVERSION= 1.96 -CATEGORIES= ftp +PORTREVISION= 1 +CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/ MAINTAINER= yasuf@big.or.jp |
