aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gcalcli
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-10-29 08:50:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-10-29 08:50:07 +0000
commit619c27c017a136f9447e4c009d1c465b1f43ea3e (patch)
treece20f86ae7dea4db2258a250c05a7d16a47324df /deskutils/gcalcli
parent086e22e9b61d2258065bbfc6d79fb0b5274884f1 (diff)
downloadports-619c27c017a136f9447e4c009d1c465b1f43ea3e.tar.gz
ports-619c27c017a136f9447e4c009d1c465b1f43ea3e.zip
Fix the location of the manpages
Notes
Notes: svn path=/head/; revision=515967
Diffstat (limited to 'deskutils/gcalcli')
-rw-r--r--deskutils/gcalcli/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile
index fcba7b745c87..513c7abbbd24 100644
--- a/deskutils/gcalcli/Makefile
+++ b/deskutils/gcalcli/Makefile
@@ -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>