aa3f206f83
PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs if the home directory is not the root directory. Remember the current directory the first time a CWD / CDUP has to be issued. Use the document as full URL if the URL started with two / (quoted or not), otherwise append it to the initial directory.
32 lines
603 B
Makefile
32 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.38 2010/03/21 16:48:42 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= libfetch-2.31
|
|
CATEGORIES= net
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://www.FreeBSD.org/
|
|
COMMENT= Library to access HTTP/FTP server
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_FEATURES= nbcompat
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
MAKE_JOBS_SAFE= NO
|
|
|
|
INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3
|
|
|
|
BUILD_TARGET= depend all
|
|
INSTALL_TARGET= install includes
|
|
|
|
do-extract:
|
|
${CP} -r ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|