ports/152311: [PATCH] net-p2p/py-transmissionrpc: use PLIST_DIRS/PLIST_FILES

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 17 04:00:23 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list