git: fe89ef9de1a4 - main - deskutils/gcalcli: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 03:32:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe89ef9de1a44bc0204ef968c15108f1c0caa30c
commit fe89ef9de1a44bc0204ef968c15108f1c0caa30c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 03:29:36 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 03:31:44 +0000
deskutils/gcalcli: Moved man to share/man
Approved by: portmgr (blanket)
---
deskutils/gcalcli/Makefile | 4 +---
1 file changed, 1 insertion(+), 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>