git: 105c7281fcbd - main - mail/py-pymailq: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 17:34:45 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=105c7281fcbd11e8256421eb1abc788ee286819f
commit 105c7281fcbd11e8256421eb1abc788ee286819f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 17:15:23 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 17:34:26 +0000
mail/py-pymailq: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
mail/py-pymailq/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail/py-pymailq/Makefile b/mail/py-pymailq/Makefile
index d731dca87024..76979e97e743 100644
--- a/mail/py-pymailq/Makefile
+++ b/mail/py-pymailq/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pymailq
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ post-patch:
@${REINPLACE_CMD} -e \
's|%%DOCSDIR%%|${DOCSDIR}|g; \
s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g; \
- s|%%MANPREFIX%%|${MANPREFIX}|g' \
+ s|%%MANPREFIX%%|${PREFIX}/share|g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>