diff options
author | cs <cs@FreeBSD.org> | 2013-03-28 07:05:34 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-28 07:05:34 +0800 |
commit | 4c46f4d8c2cd98a1ee03e6f3947a1c8735b73a53 (patch) | |
tree | de926cfd6fdb7660dd2e57f2aa8ae0114eacc96f /security | |
parent | acf2165ed0a38869d9286fe6f77e537597184268 (diff) | |
download | freebsd-ports-graphics-4c46f4d8c2cd98a1ee03e6f3947a1c8735b73a53.tar.gz freebsd-ports-graphics-4c46f4d8c2cd98a1ee03e6f3947a1c8735b73a53.tar.zst freebsd-ports-graphics-4c46f4d8c2cd98a1ee03e6f3947a1c8735b73a53.zip |
Fix PLIST_FILES
Obtained from: rm@
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pyptlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/py-pyptlib/Makefile b/security/py-pyptlib/Makefile index 0237abf4785..d93be2bca7b 100644 --- a/security/py-pyptlib/Makefile +++ b/security/py-pyptlib/Makefile @@ -15,5 +15,6 @@ LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include <bsd.port.mk> |