Update for current git.
This commit is contained in:
parent
3f70d0f9dc
commit
7fdcd514c7
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/09/03 18:43:10 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2013/12/03 11:57:53 thomasklausner Exp $
|
||||
|
||||
# version number from setup.py
|
||||
DISTNAME= khal-0.1.0
|
||||
|
@ -17,10 +17,12 @@ WRKSRC= ${WRKDIR}/khal
|
|||
EGG_NAME= ${DISTNAME}.dev
|
||||
INSTALLATION_DIRS= share/doc/khal
|
||||
REPLACE_PYTHON+= khal/__init__.py
|
||||
REPLACE_PYTHON+= khal/aux.py
|
||||
REPLACE_PYTHON+= khal/backend.py
|
||||
REPLACE_PYTHON+= khal/caldav.py
|
||||
REPLACE_PYTHON+= khal/calendar_display.py
|
||||
REPLACE_PYTHON+= khal/controllers.py
|
||||
REPLACE_PYTHON+= khal/model.py
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/khal.conf.sample ${DESTDIR}${PREFIX}/share/doc/khal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2013/09/03 18:43:10 thomasklausner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2013/12/03 11:57:53 thomasklausner Exp $
|
||||
bin/ikhal
|
||||
bin/khal
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
|
@ -26,9 +26,6 @@ ${PYSITELIB}/khal/controllers.pyo
|
|||
${PYSITELIB}/khal/model.py
|
||||
${PYSITELIB}/khal/model.pyc
|
||||
${PYSITELIB}/khal/model.pyo
|
||||
${PYSITELIB}/khal/ui.py
|
||||
${PYSITELIB}/khal/ui.pyc
|
||||
${PYSITELIB}/khal/ui.pyo
|
||||
${PYSITELIB}/khal/version.py
|
||||
${PYSITELIB}/khal/version.pyc
|
||||
${PYSITELIB}/khal/version.pyo
|
||||
|
|
Loading…
Reference in a new issue