svn commit: r304829 - head/devel/py-pyxml2obj
Marcelo Araujo
araujo at FreeBSD.org
Tue Sep 25 11:14:43 UTC 2012
Author: araujo
Date: Tue Sep 25 11:14:42 2012
New Revision: 304829
URL: http://svn.freebsd.org/changeset/ports/304829
Log:
- Move the small plist file into Makefile.
Reported by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Deleted:
head/devel/py-pyxml2obj/pkg-plist
Modified:
head/devel/py-pyxml2obj/Makefile
Modified: head/devel/py-pyxml2obj/Makefile
==============================================================================
--- head/devel/py-pyxml2obj/Makefile Tue Sep 25 11:02:08 2012 (r304828)
+++ head/devel/py-pyxml2obj/Makefile Tue Sep 25 11:14:42 2012 (r304829)
@@ -14,4 +14,6 @@ LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+PKG_PLIST= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list