diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
commit | 2fef2c13163f0a600981fe851517a73298aeca8f (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /security/py-crypto | |
parent | ed895606d1d4ca20328a15bef0238812dccf433b (diff) | |
download | pkgsrc-2fef2c13163f0a600981fe851517a73298aeca8f.tar.gz |
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-crypto/PLIST b/security/py-crypto/PLIST index bc2c4b4fd88..d0ff6c05041 100644 --- a/security/py-crypto/PLIST +++ b/security/py-crypto/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/02/12 14:37:52 gls Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/04/08 20:21:55 wiz Exp $ ${PYSITELIB}/Crypto/Cipher/AES.so ${PYSITELIB}/Crypto/Cipher/ARC2.so ${PYSITELIB}/Crypto/Cipher/ARC4.so @@ -350,4 +350,4 @@ ${PYSITELIB}/Crypto/__init__.pyo ${PYSITELIB}/Crypto/pct_warnings.py ${PYSITELIB}/Crypto/pct_warnings.pyc ${PYSITELIB}/Crypto/pct_warnings.pyo -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} |