deskutils/gcalcli: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-23 04:29:36 +01:00
parent 4feaee1710
commit fe89ef9de1
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91

View file

@ -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>