diff options
Diffstat (limited to 'security/py-mhash')
-rw-r--r-- | security/py-mhash/Makefile | 1 | ||||
-rw-r--r-- | security/py-mhash/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/py-mhash/Makefile b/security/py-mhash/Makefile index 97212f44ca12..e086996336e2 100644 --- a/security/py-mhash/Makefile +++ b/security/py-mhash/Makefile @@ -19,6 +19,7 @@ COMMENT= Python mhash module LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash +PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mhash.so USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes diff --git a/security/py-mhash/pkg-plist b/security/py-mhash/pkg-plist deleted file mode 100644 index 9546f4543bec..000000000000 --- a/security/py-mhash/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -lib/%%PYTHON_VERSION%%/site-packages/mhash.so |