diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-06 08:45:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-06 08:45:22 +0000 |
commit | 9934a9a30dede94d1beb7872353d9317ceeaa6fd (patch) | |
tree | 27295d6a271acc9930a366b475bb2079a1f9eefb /ftp/ncftp3/Makefile | |
parent | 95f818cd31ea9b7023d305cc62101d05d64943c7 (diff) | |
download | ports-9934a9a30dede94d1beb7872353d9317ceeaa6fd.tar.gz ports-9934a9a30dede94d1beb7872353d9317ceeaa6fd.zip |
Add IPv6 support.
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=38026
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r-- | ftp/ncftp3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index d75b20a24281..fa5a639a4270 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -8,10 +8,14 @@ PORTNAME= ncftp3 PORTVERSION= 3.0.2 -CATEGORIES= ftp +CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +PATCHFILES= ncftp-302-v6-20001113.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} |