diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-15 21:06:14 +0000 |
commit | 46b9896d01ebb6c9dc68e651b3d82a98561777f6 (patch) | |
tree | 60089dfa8bdc8380dce358589a2e1bd3b0abbd11 /ftp/downloader/Makefile | |
parent | 286203d809751f18da030a97c6315562e0e58ed9 (diff) | |
download | ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.tar.gz ports-46b9896d01ebb6c9dc68e651b3d82a98561777f6.zip |
Notes
Diffstat (limited to 'ftp/downloader/Makefile')
-rw-r--r-- | ftp/downloader/Makefile | 15 |
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 |