diff options
author | roam <roam@FreeBSD.org> | 2001-01-31 11:16:30 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-31 11:16:30 +0000 |
commit | 3460e78545bdf7ab23861bfb53550ae51152f8da (patch) | |
tree | 0406a6c412b7aaf6d269c12e0756a0cdf7720bf1 /ftp/curl/Makefile | |
parent | f8bbbc0aa0369de7a967a9ef4e5250b5717ad736 (diff) | |
download | FreeBSD-ports-3460e78545bdf7ab23861bfb53550ae51152f8da.zip FreeBSD-ports-3460e78545bdf7ab23861bfb53550ae51152f8da.tar.gz |
Update to 7.6 and format the MAN3 list better.
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r-- | ftp/curl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 5736ee6..5f83dbf 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.5.2 +PORTVERSION= 7.6 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -19,7 +19,12 @@ MASTER_SITES= http://curl.haxx.se/download/ \ MAINTAINER= roam@FreeBSD.org MAN1= curl.1 -MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 curl_easy_perform.3 curl_easy_setopt.3 curl_formparse.3 curl_getdate.3 curl_getenv.3 curl_slist_append.3 curl_slist_free_all.3 curl_version.3 +MAN3= curl_easy_cleanup.3 curl_easy_getinfo.3 curl_easy_init.3 \ + curl_easy_perform.3 curl_easy_setopt.3 \ + curl_formparse.3 curl_formfree.3 \ + curl_getdate.3 curl_getenv.3 \ + curl_slist_append.3 curl_slist_free_all.3 \ + curl_version.3 INSTALLS_SHLIB= yes SHLIB_VER= 1 |