- Add LICENSE_FILE
- Don't install LICENSE with docs - Fix doc installation command - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
bb1fb4b23b
commit
f71cc946db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449988
@ -9,6 +9,7 @@ MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= CLI for Cloud Foundry written in Go
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/go-bindata:devel/go-bindata
|
||||
|
||||
@ -21,7 +22,7 @@ GO_PKGNAME= code.cloudfoundry.org/cli
|
||||
|
||||
PLIST_FILES= bin/cf
|
||||
|
||||
PORTDOCS= CHANGELOG.md LICENSE NOTICE README.md
|
||||
PORTDOCS= CHANGELOG.md NOTICE README.md
|
||||
|
||||
STRIP= # stripping can break go binaries
|
||||
|
||||
@ -35,7 +36,7 @@ do-build:
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for x in ${PORTDOCS}
|
||||
${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
The official command line client for Cloud Foundry.
|
||||
|
||||
WWW: http://cloudfoundry.org/
|
||||
WWW: https://cloudfoundry.org/
|
||||
|
Loading…
Reference in New Issue
Block a user