diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-23 10:58:41 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-23 10:58:41 +0000 |
commit | 4e1b72d05d83f5bf163794cbc378218199200618 (patch) | |
tree | 263cf93ca031a3f939182e1e02ffda0a4fd4af35 /www/neon28/Makefile | |
parent | Whitespace. (diff) |
Update to neon 0.23.7, and fix portlint issues.
PR: 48568
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes
Notes:
svn path=/head/; revision=76253
Diffstat (limited to 'www/neon28/Makefile')
-rw-r--r-- | www/neon28/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/neon28/Makefile b/www/neon28/Makefile index 8b109efa7c6e..caa1d2098282 100644 --- a/www/neon28/Makefile +++ b/www/neon28/Makefile @@ -6,15 +6,17 @@ # PORTNAME= neon -PORTVERSION= 0.23.5 +PORTVERSION= 0.23.7 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ MAINTAINER= rodrigc@attbi.com -COMMENT= An HTTP and WebDAV client library for Unix systems, with a C interface +COMMENT= An HTTP and WebDAV client library for Unix systems LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +INSTALLS_SHLIB= yes + .ifndef WITHOUT_OPENSSL USE_OPENSSL= yes .endif @@ -47,7 +49,7 @@ MAN3= ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \ ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ ne_token.3 ne_version_match.3 ne_version_string.3 neon.3 -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${PORTVERSION} post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 |