aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 17:15:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 17:34:26 +0000
commit105c7281fcbd11e8256421eb1abc788ee286819f (patch)
tree2c9f3931e5e083ee32b9a33c2f79c3d8878988f4
parent9f06384eaa945ce7117bd0ea47d53108dc513b4a (diff)
mail/py-pymailq: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--mail/py-pymailq/Makefile4
1 files 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>