Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2010 11:57:22 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cvs-src@yandex.ru
Subject:   ports/152311: [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES
Message-ID:  <20101117035722.3C0162AEC868@sunpoet.net>
Resent-Message-ID: <201011170400.oAH40MgZ063136@freefall.freebsd.org>

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

>Number:         152311
>Category:       ports
>Synopsis:       [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES
>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 Nov 17 04:00:21 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010
>Description:
- Use PLIST_DIRS/PLIST_FILES instead of PLIST
- Space/tab twiddle

Port maintainer (cvs-src@yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py-transmissionrpc-0.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-p2p/py-transmissionrpc/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	17 Nov 2010 01:53:50 -0000	1.4
+++ Makefile	17 Nov 2010 03:55:19 -0000
@@ -17,8 +17,15 @@
 
 LICENSE=	MIT
 
-USE_PYTHON=		2.6+
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=	2.6+
+USE_PYDISTUTILS=easy_install
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+.if !defined(NOPORTDOCS)
+PLIST_DIRS=	%%DOCSDIR%%
+PLIST_FILES+=	%%DOCSDIR%%/README
+.endif
 
 post-install:
 .if !defined(NOPORTDOCS)
--- py-transmissionrpc-0.7.patch ends here ---

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



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