svn commit: r515967 - head/deskutils/gcalcli

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 29 08:50:08 UTC 2019


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>


More information about the svn-ports-head mailing list