diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2012-09-12 13:16:55 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2012-09-12 13:16:55 +0000 |
commit | 5bef57b6af9050fd2b6757cffc7b575001211c36 (patch) | |
tree | a76bd30214d2a6f40c1331c87fe7e4c9829284ac | |
parent | 43f90a52a1f5b156032f142d6c56d7e8788d093a (diff) |
Notes
-rw-r--r-- | devel/py-argh/Makefile | 2 | ||||
-rw-r--r-- | devel/py-argh/pkg-plist | 2 |
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%% |