Date: Tue, 29 Oct 2019 08:50:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515967 - head/deskutils/gcalcli Message-ID: <201910290850.x9T8o8QG003138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Oct 29 08:50:07 2019 New Revision: 515967 URL: https://svnweb.freebsd.org/changeset/ports/515967 Log: Fix the location of the manpages Modified: head/deskutils/gcalcli/Makefile Modified: head/deskutils/gcalcli/Makefile ============================================================================== --- head/deskutils/gcalcli/Makefile Tue Oct 29 08:23:14 2019 (r515966) +++ head/deskutils/gcalcli/Makefile Tue Oct 29 08:50:07 2019 (r515967) @@ -4,6 +4,7 @@ PORTNAME= gcalcli PORTVERSION= 4.0.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= deskutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,4 +35,6 @@ OPTIONS_DEFAULT= ICS_VCAL ICS_VCAL_DESC= Enable importing of ics/vcal files ICS_VCAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:deskutils/py-vobject@${PY_FLAVOR} +post-patch: + @${REINPLACE_CMD} -e "s,share/man,man,g" ${WRKSRC}/setup.py .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910290850.x9T8o8QG003138>