diff options
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//} |