diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2007-02-14 07:48:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-02-14 07:48:30 +0000 |
commit | 46e2ef44a98df81316fd0740c6e1e00aaafd1bae (patch) | |
tree | be9111945485440ac2d74631348d894b99a5ea69 /devel/py-icalendar | |
parent | 208135c4208c92027dddcf074a154993d4c1687d (diff) | |
download | ports-46e2ef44a98df81316fd0740c6e1e00aaafd1bae.tar.gz ports-46e2ef44a98df81316fd0740c6e1e00aaafd1bae.zip |
Notes
Diffstat (limited to 'devel/py-icalendar')
-rw-r--r-- | devel/py-icalendar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/py-icalendar/Makefile b/devel/py-icalendar/Makefile index 89fae777be80..26591545b574 100644 --- a/devel/py-icalendar/Makefile +++ b/devel/py-icalendar/Makefile @@ -31,7 +31,6 @@ PYDISTUTILS_BUILD_TARGET= bdist_egg PYDISTUTILS_INSTALL_TARGET= easy_install PYDISTUTILS_INSTALLARGS= -O 1 -N -S ${PYTHON_SITELIBDIR} ${WRKSRC}/dist/${PYICALENDAR_EGG} -PYICALENDAR_EGG= icalendar-1.2-py2.4.egg PYICALENDAR_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg PLIST_SUB+= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \ |