aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-21 11:04:08 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-21 11:11:25 +0000
commit9c5283fbf7c6805bdff9a780b1a8e5816ee8db5d (patch)
tree07c1747547eda659d6207ffbfae7e408673dfc38
parenteca5aa49bdb0e8ec11402678bf5994666c4289c4 (diff)
downloadports-9c5283fbf7c6805bdff9a780b1a8e5816ee8db5d.tar.gz
ports-9c5283fbf7c6805bdff9a780b1a8e5816ee8db5d.zip
textproc/py-paragrep: Move manpages to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/py-paragrep/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-paragrep/Makefile b/textproc/py-paragrep/Makefile
index b088b1e0d61a..8bc3328f0863 100644
--- a/textproc/py-paragrep/Makefile
+++ b/textproc/py-paragrep/Makefile
@@ -1,5 +1,6 @@
PORTNAME= paragrep
PORTVERSION= 3.3.0
+PORTREVISION= 1
DISTVERSIONPREFIX= release-
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,9 @@ USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= bmc
+NO_ARCH= yes
+
post-patch:
- @${REINPLACE_CMD} -e "s|'man'|'man/man1'|g" ${WRKSRC}/setup.py
+ @${REINPLACE_CMD} -e "s|'man'|'share/man/man1'|g" ${WRKSRC}/setup.py
.include <bsd.port.mk>