aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-09-12 13:16:55 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-09-12 13:16:55 +0000
commit5bef57b6af9050fd2b6757cffc7b575001211c36 (patch)
treea76bd30214d2a6f40c1331c87fe7e4c9829284ac
parent43f90a52a1f5b156032f142d6c56d7e8788d093a (diff)
Notes
-rw-r--r--devel/py-argh/Makefile2
-rw-r--r--devel/py-argh/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-argh/Makefile b/devel/py-argh/Makefile
index 453256fbc467..6de992383d6d 100644
--- a/devel/py-argh/Makefile
+++ b/devel/py-argh/Makefile
@@ -12,6 +12,8 @@ COMMENT= Simple (Python) argparse wrapper
LICENSE= LGPL3
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
# Python3 ready (installation tested)
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
diff --git a/devel/py-argh/pkg-plist b/devel/py-argh/pkg-plist
deleted file mode 100644
index 7767d3e76aa1..000000000000
--- a/devel/py-argh/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $FreeBSD$
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%