aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-16 05:06:14 +0800
committergabor <gabor@FreeBSD.org>2007-04-16 05:06:14 +0800
commitc26df24ef22ddc1d6da09fc70c0fe5504ffef5b9 (patch)
treeca3e87148da586647b9a756895518811b0d88204 /ftp
parentcd643c65b2204e4385844a0b89a1f010731027dc (diff)
downloadfreebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.gz
freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.tar.zst
freebsd-ports-gnome-c26df24ef22ddc1d6da09fc70c0fe5504ffef5b9.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
Diffstat (limited to 'ftp')
-rw-r--r--ftp/downloader/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile
index 275754b60ae8..2eebebe48698 100644
--- a/ftp/downloader/Makefile
+++ b/ftp/downloader/Makefile
@@ -64,21 +64,6 @@ post-patch:
s|-lpthread||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's| DOC||g ; \
s| share||g' ${WRKSRC}/Makefile.in
-.if ${OSVERSION} < 500000
-.for f in main/addr.cc main/dlist.cc main/ftpd.cc main/face/mywidget.cc
- @${REINPLACE_CMD} -e 's|pass\.clear()|pass = ""|g ; \
- s|user\.clear()|user = ""|g ; \
- s|host\.clear()|host = ""|g ; \
- s|file\.clear()|file = ""|g ; \
- s|params\.clear()|params = ""|g ; \
- s|tag\.clear()|tag = ""|g ; \
- s|path\.clear()|path = ""|g' ${WRKSRC}/${f}
-.endfor
-.for f in main/filter.h
- @${REINPLACE_CMD} -e 's|<istream>|<iostream>|g ; \
- s|<ostream>|<iostream>|g' ${WRKSRC}/${f}
-.endfor
-.endif
post-install:
${INSTALL_MAN} ${WRKSRC}/DOC/nt.1 ${MANPREFIX}/man/man1