diff options
author | swills <swills@FreeBSD.org> | 2012-09-19 04:45:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-19 04:45:45 +0800 |
commit | 6b696ccc950d3df9e7d8f2bf1decd59eb83cd250 (patch) | |
tree | f3ce75f2d453310aa6cd1871d5778c4db0d0d97f /ftp/curl | |
parent | bb87238692f2a79efe64ffde14d0f02c94cc831f (diff) | |
download | freebsd-ports-gnome-6b696ccc950d3df9e7d8f2bf1decd59eb83cd250.tar.gz freebsd-ports-gnome-6b696ccc950d3df9e7d8f2bf1decd59eb83cd250.tar.zst freebsd-ports-gnome-6b696ccc950d3df9e7d8f2bf1decd59eb83cd250.zip |
- Install the autoconf file for libcurl
PR: ports/171260
Approved by: maintainer timeout (sunpoet, >2 weeks)
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 2 | ||||
-rw-r--r-- | ftp/curl/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index f12b0c12e169..4be0d53fb47a 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -7,6 +7,7 @@ PORTNAME= curl PORTVERSION= 7.24.0 +PORTREVISION= 1 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -210,6 +211,7 @@ post-patch: @${REINPLACE_CMD} -e '/require "valgrind.pm";/d' ${WRKSRC}/tests/runtests.pl post-install: + ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${PREFIX}/share/aclocal .if !defined(BUILDING_HIPHOP) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ ${DOCSDIR}/libcurl/ diff --git a/ftp/curl/pkg-plist b/ftp/curl/pkg-plist index cddfb71934dd..7e3320ebe082 100644 --- a/ftp/curl/pkg-plist +++ b/ftp/curl/pkg-plist @@ -9,6 +9,7 @@ include/curl/mprintf.h include/curl/multi.h include/curl/stdcheaders.h include/curl/typecheck-gcc.h +share/aclocal/libcurl.m4 @dirrm include/curl lib/libcurl.a lib/libcurl.la |