Fix path to example files. Bump PKGREVISION.
This commit is contained in:
parent
1c58afbc71
commit
5f16732bf9
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.15 2015/02/04 12:06:24 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2015/02/04 12:36:38 wiz Exp $
|
||||
|
||||
DISTNAME= vdirsyncer-0.4.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= time
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/
|
||||
|
||||
|
@ -23,11 +23,11 @@ DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbe
|
|||
DEPENDS+= ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
INSTALLATION_DIRS= share/example/${PKGBASE}
|
||||
INSTALLATION_DIRS= share/examples/${PKGBASE}
|
||||
PLIST_SUBST+= PKGBASE=${PKGBASE}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/example/${PKGBASE}/
|
||||
${INSTALL_DATA} ${WRKSRC}/example.cfg ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2014/12/31 15:12:41 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2015/02/04 12:36:38 wiz Exp $
|
||||
bin/vdirsyncer
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -60,4 +60,4 @@ ${PYSITELIB}/vdirsyncer/utils/compat.pyo
|
|||
${PYSITELIB}/vdirsyncer/utils/vobject.py
|
||||
${PYSITELIB}/vdirsyncer/utils/vobject.pyc
|
||||
${PYSITELIB}/vdirsyncer/utils/vobject.pyo
|
||||
share/example/${PKGBASE}/example.cfg
|
||||
share/examples/${PKGBASE}/example.cfg
|
||||
|
|
Loading…
Reference in a new issue