Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 20:09:25 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328039 - head/devel/py-hgtools
Message-ID:  <201309232009.r8NK9PjV035131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Sep 23 20:09:24 2013
New Revision: 328039
URL: http://svnweb.freebsd.org/changeset/ports/328039

Log:
  devel/py-hgtools: remove egg file from PLIST_FILES
  
  - Forgot to remove egg from PLIST_FILES
  
  Reported by:	rm

Modified:
  head/devel/py-hgtools/Makefile

Modified: head/devel/py-hgtools/Makefile
==============================================================================
--- head/devel/py-hgtools/Makefile	Mon Sep 23 20:08:30 2013	(r328038)
+++ head/devel/py-hgtools/Makefile	Mon Sep 23 20:09:24 2013	(r328039)
@@ -16,8 +16,6 @@ USE_ZIP=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
 NO_STAGE=	yes
 
 post-patch:



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