- Use PLIST_DIRS/PLIST_FILES instead of PLIST

- Space/tab twiddle

PR:		ports/152311
Submitted by:	sunpoet (myself)
Approved by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-11-17 16:02:04 +00:00
parent 5861032c9e
commit acd73063c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264699
2 changed files with 9 additions and 5 deletions

View File

@ -17,8 +17,15 @@ COMMENT= A python module communicates with Transmission through json-rpc
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)

View File

@ -1,3 +0,0 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%