diff options
author | apb <apb@pkgsrc.org> | 2012-10-05 10:14:46 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2012-10-05 10:14:46 +0000 |
commit | 35a3d960eaa3cd88c73b4b74420767745222c1f2 (patch) | |
tree | 6d57b627c7560e31cec7ed303ae7859085d613c5 /security/py-m2crypto/PLIST | |
parent | cbbaab9b5ab0f65dad9ddc5a1c18ee6e43c4f01c (diff) | |
download | pkgsrc-35a3d960eaa3cd88c73b4b74420767745222c1f2.tar.gz |
In the PLIST, add four files in ${PYSITELIB}/${EGG_INFODIR}.
In the Makefile, remove PYDISTUTILSPKG=yes, add
.include "../../lang/python/egg.mk", and set PKGREVISION=1.
This fixes errors from "make package" complaining about files
that were installed but not present in the PLIST.
Diffstat (limited to 'security/py-m2crypto/PLIST')
-rw-r--r-- | security/py-m2crypto/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-m2crypto/PLIST b/security/py-m2crypto/PLIST index 12449c7a018..1ea8b22bd85 100644 --- a/security/py-m2crypto/PLIST +++ b/security/py-m2crypto/PLIST @@ -1,4 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2012/01/22 10:05:18 apb Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/10/05 10:14:46 apb Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/M2Crypto/ASN1.py ${PYSITELIB}/M2Crypto/ASN1.pyc ${PYSITELIB}/M2Crypto/ASN1.pyo |