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 | 4773e0d7e289f0cee86a191ca7701a3e0f128698 (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /net/py-google | |
parent | f278f49046eda68ba5b685176f78b30baf399590 (diff) | |
download | pkgsrc-4773e0d7e289f0cee86a191ca7701a3e0f128698.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 'net/py-google')
-rw-r--r-- | net/py-google/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-google/PLIST b/net/py-google/PLIST index 0d9591a8e1a..7e9bfa5b513 100644 --- a/net/py-google/PLIST +++ b/net/py-google/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2011/10/15 08:50:22 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:53 wiz Exp $ ${PYSITELIB}/pygoogle.pth ${PYSITELIB}/pygoogle/GoogleSOAPFacade.py ${PYSITELIB}/pygoogle/GoogleSOAPFacade.pyc @@ -12,4 +12,4 @@ ${PYSITELIB}/pygoogle/google.pyo ${PYSITELIB}/pygoogle/googletest.py ${PYSITELIB}/pygoogle/googletest.pyc ${PYSITELIB}/pygoogle/googletest.pyo -${PLIST.eggfile}${PYSITELIB}/pygoogle/${EGG_FILE} +${PYSITELIB}/pygoogle/${EGG_FILE} |