diff options
author | recht <recht> | 2003-09-14 16:43:45 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-14 16:43:45 +0000 |
commit | cc600da3a8f20abf22698aec46c9d9bac801e277 (patch) | |
tree | aca8ff7153d5fa2dbe4b26684fe239c50263adac /security/py-gnupg/PLIST | |
parent | e904a4283d33472be3fea84f44909c6a56260844 (diff) | |
download | pkgsrc-cc600da3a8f20abf22698aec46c9d9bac801e277.tar.gz |
hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.
Diffstat (limited to 'security/py-gnupg/PLIST')
-rw-r--r-- | security/py-gnupg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST index fa69336d36c..1f2d5628fb9 100644 --- a/security/py-gnupg/PLIST +++ b/security/py-gnupg/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:55 recht Exp $ ${PYSITELIB}/GnuPGInterface.py ${PYSITELIB}/GnuPGInterface.pyc +${PYSITELIB}/GnuPGInterface.pyo |