svn commit: r304145 - head/devel/py-argh

Nicola Vitale nivit at FreeBSD.org
Wed Sep 12 13:16:56 UTC 2012


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



More information about the svn-ports-all mailing list