mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
ftp/curl: Cosmetic change
This commit is contained in:
parent
4fb0410da7
commit
c7394fd8f2
1 changed files with 21 additions and 23 deletions
|
@ -27,8 +27,6 @@ USE_LDCONFIG= yes
|
|||
|
||||
CPE_VENDOR= haxx
|
||||
|
||||
DOCS= FAQ FEATURES.md INSTALL KNOWN_BUGS MAIL-ETIQUETTE THANKS TODO options-in-versions
|
||||
|
||||
SHEBANG_FILES= */*.pl
|
||||
|
||||
OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL TLS_SRP ZSTD
|
||||
|
@ -168,7 +166,7 @@ post-install:
|
|||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/libcurl/
|
||||
cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${DOCS} *.md ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/docs/ && ${INSTALL_DATA} FAQ INSTALL KNOWN_BUGS MAIL-ETIQUETTE THANKS TODO options-in-versions *.md ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/docs/libcurl/ && ${INSTALL_DATA} ABI.md libcurl.m4 *.pl symbols-in-versions ${STAGEDIR}${DOCSDIR}/libcurl/
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
|
|
Loading…
Add table
Reference in a new issue