Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 01:55:26 GMT
From:      Sébastien Santoro <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151044: [patch] [net/googlecl] Installing man page and documentation, adding LICENSE
Message-ID:  <201009290155.o8T1tQ9O087291@www.freebsd.org>
Resent-Message-ID: <201009290200.o8T20CaW076131@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151044
>Category:       ports
>Synopsis:       [patch] [net/googlecl] Installing man page and documentation, adding LICENSE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 29 02:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sébastien Santoro
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
reeBSD scherzo.dereckson.be 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Sep 19 03:06:33 UTC 2010     dereckson@scherzo.dereckson.be:/usr/obj/usr/src/sys/SCHERZO  i386
>Description:
* Installing man/google.1 as man page
* Installing README.* files as documentation
* Setting license (Apache License, Version 2.0)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.dist	2010-09-19 15:45:05.000000000 +0000
+++ Makefile	2010-09-29 01:49:24.000000000 +0000
@@ -2,7 +2,7 @@
 # Date created:		2010-06-19
 # Whom:			Li-Wen Hsu <lwhsu@FreeBSD.org>
 #
-# $FreeBSD: ports/net/googlecl/Makefile,v 1.5 2010/09/19 15:45:05 lwhsu Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	googlecl
@@ -16,6 +16,17 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=yes
+
+LICENSE=	ASL
+
+MAN1=		google.1
+
+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>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009290155.o8T1tQ9O087291>