diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-06 05:32:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-06 05:32:36 +0000 |
commit | 2a5bc231bfae46092400cd2403be4324d04b44ea (patch) | |
tree | 963f7ba7fbacfca6628d510048686e978ffe087a /ftp/ncftp3/Makefile | |
parent | 374d0fa34304dd515d913d4d5b94dc83781c5997 (diff) | |
download | ports-2a5bc231bfae46092400cd2403be4324d04b44ea.tar.gz ports-2a5bc231bfae46092400cd2403be4324d04b44ea.zip |
Notes
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r-- | ftp/ncftp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 6c259c11d033..ed4383ec1fc9 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -15,9 +15,9 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \ DISTNAME= ncftp-${PORTVERSION}-src .if !defined(WITHOUT_NCFTP_IPV6) && !defined(WITHOUT_IPV6) -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= ncftp-323-v6-20091109.diff.gz -PATCH_DIST_STRIP= -p1 +#PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +#PATCHFILES= ncftp-323-v6-20091109.diff.gz +#PATCH_DIST_STRIP= -p1 .endif MAINTAINER= obrien@FreeBSD.org |