diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-14 20:33:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-14 20:33:30 +0000 |
commit | b1bac771089a7ba1e3c91009ea5a9ff32d9a0da7 (patch) | |
tree | a91829dcbe3a1a3d4d09e49cd8b05f222a2640dc | |
parent | - Update to 1.7.9 (diff) |
Fix plist.
Portlint(1).
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=131247
-rw-r--r-- | ftp/curl/Makefile | 10 | ||||
-rw-r--r-- | ftp/curl/pkg-plist | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 0b309745bbc7..fd396654795f 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,7 +7,7 @@ PORTNAME= curl PORTVERSION= 7.13.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ ${MASTER_SITE_SOURCEFORGE} \ @@ -69,13 +69,13 @@ CONFIGURE_ARGS += --with-krb4=/usr .if !defined(WITHOUT_LIBIDN) && (defined(WITH_LIBIDN) || exists(${LOCALBASE}/lib/libidn.so)) LIB_DEPENDS+= idn.16:${PORTSDIR}/devel/libidn -CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} +CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} .else -CONFIGURE_ARGS+= --without-libidn +CONFIGURE_ARGS+= --without-libidn .endif .if defined(WITH_CURL_DEBUG) -CONFIGURE_ARGS+= --enable-debug +CONFIGURE_ARGS+= --enable-debug .endif # Setting LC_ALL=C is a kludge; maybe curl/libcurl shouldn't actually use @@ -86,7 +86,7 @@ test: build .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} - ${CP} -r ${WRKSRC}/docs/* ${DOCSDIR}/ + ${CP} -r ${WRKSRC}/docs/* ${DOCSDIR}/ .endif .include <bsd.port.post.mk> diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index 62d28dbadc54..72780d1c3bd1 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -58,6 +58,8 @@ lib/libcurl.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/examples/ftpupload.c %%PORTDOCS%%%%DOCSDIR%%/examples/getinfo.c %%PORTDOCS%%%%DOCSDIR%%/examples/getinmemory.c +%%PORTDOCS%%%%DOCSDIR%%/examples/htmltidy.c +%%PORTDOCS%%%%DOCSDIR%%/examples/htmltitle.cc %%PORTDOCS%%%%DOCSDIR%%/examples/http-post.c %%PORTDOCS%%%%DOCSDIR%%/examples/httpput.c %%PORTDOCS%%%%DOCSDIR%%/examples/https.c @@ -205,6 +207,7 @@ lib/libcurl.so.%%SHLIB_VER%% %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-tutorial.pdf %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.3 %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.html +%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%%/libcurl %%PORTDOCS%%@dirrm %%DOCSDIR%%/examples |