Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 13:16:56 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304145 - head/devel/py-argh
Message-ID:  <201209121316.q8CDGukv074469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Wed Sep 12 13:16:55 2012
New Revision: 304145
URL: http://svn.freebsd.org/changeset/ports/304145

Log:
  - Use PLIST_FILES in place of pkg-plist
  
  Suggested by:	rm

Deleted:
  head/devel/py-argh/pkg-plist
Modified:
  head/devel/py-argh/Makefile

Modified: head/devel/py-argh/Makefile
==============================================================================
--- head/devel/py-argh/Makefile	Wed Sep 12 12:29:18 2012	(r304144)
+++ head/devel/py-argh/Makefile	Wed Sep 12 13:16:55 2012	(r304145)
@@ -12,6 +12,8 @@ COMMENT=	Simple (Python) argparse wrappe
 
 LICENSE=	LGPL3
 
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
 # Python3 ready (installation tested)
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install



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