aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 03:29:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 03:31:44 +0000
commitfe89ef9de1a44bc0204ef968c15108f1c0caa30c (patch)
tree378c6b180afea60ebc87a609179e2f69082ae31a
parent4feaee1710fd2029d4d0c0d8de0f55693d24c626 (diff)
downloadports-fe89ef9de1a44bc0204ef968c15108f1c0caa30c.tar.gz
ports-fe89ef9de1a44bc0204ef968c15108f1c0caa30c.zip
deskutils/gcalcli: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--deskutils/gcalcli/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile
index 37e72b06a181..7910a92c45ea 100644
--- a/deskutils/gcalcli/Makefile
+++ b/deskutils/gcalcli/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gcalcli
PORTVERSION= 4.0.4
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -33,6 +33,4 @@ 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>