Fix packaging with python-2.6.x.
This commit is contained in:
parent
04ebbe30c2
commit
4b59664657
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/10/12 13:41:43 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/10/18 12:00:10 thomasklausner Exp $
|
||||
|
||||
DISTNAME= CalendarServer-4.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -38,6 +38,8 @@ DEPENDS+= subversion-base-[0-9]*:../../devel/subversion-base
|
|||
USE_LANGUAGES= c
|
||||
USE_TOOLS+= bash:run
|
||||
|
||||
EGG_NAME= Calendar_and_Contacts_Server-4.2._r11789M_
|
||||
|
||||
REPLACE_BASH+= bin/caldavd
|
||||
|
||||
REPLACE_PYTHON+= calendarserver/tools/ampnotifications.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/10/12 13:41:43 thomasklausner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/10/18 12:00:10 thomasklausner Exp $
|
||||
bin/caldavd
|
||||
bin/calendarserver_backup
|
||||
bin/calendarserver_bootstrap_database
|
||||
|
@ -12,7 +12,7 @@ bin/calendarserver_purge_events
|
|||
bin/calendarserver_purge_principals
|
||||
bin/calendarserver_shell
|
||||
caldavd/caldavd.plist
|
||||
${PYSITELIB}/Calendar_and_Contacts_Server-${PKGVERSION}._r11789M_-py2.7.egg-info
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/calendarserver/__init__.py
|
||||
${PYSITELIB}/calendarserver/__init__.pyc
|
||||
${PYSITELIB}/calendarserver/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue