diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-10-02 13:06:15 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-10-02 13:06:15 +0800 |
commit | be0d3395a098c9653469f36dba1616a10aa6dff0 (patch) | |
tree | a3662353eb0905d70c3d89ab1a4849605d5d897c /net/googlecl | |
parent | 113e33d0899dbd1cb99d055bd86d17b49fcf264e (diff) | |
download | freebsd-ports-gnome-be0d3395a098c9653469f36dba1616a10aa6dff0.tar.gz freebsd-ports-gnome-be0d3395a098c9653469f36dba1616a10aa6dff0.tar.zst freebsd-ports-gnome-be0d3395a098c9653469f36dba1616a10aa6dff0.zip |
- Installing man/google.1 as man page
- Installing README.* files as documentation
- Setting license (Apache License, Version 2.0)
- Bump PORTREVISION
PR: ports/151044
Submitted by: Sébastien Santoro <dereckson AT gmail.com>
Diffstat (limited to 'net/googlecl')
-rw-r--r-- | net/googlecl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile index 7f4ce44c8e0d..751621d94e1a 100644 --- a/net/googlecl/Makefile +++ b/net/googlecl/Makefile @@ -7,6 +7,7 @@ PORTNAME= googlecl PORTVERSION= 0.9.10 +PORTREVISION= 1 CATEGORIES= net www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -18,4 +19,17 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata USE_PYTHON= yes USE_PYDISTUTILS= yes +LICENSE= ASL + +MAN1= google.1 + +PORTDOCS= * + +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/google.1 ${MANPREFIX}/man/man1 +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR} +.endif + .include <bsd.port.mk> |