textproc/docbook2mdoc: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 02:58:55 +01:00
parent a035cce5bf
commit b19405d0a4
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= docbook2mdoc
PORTVERSION= 1.1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://mdocml.bsd.lv/docbook2mdoc/snapshots/
@ -13,8 +13,12 @@ LICENSE= ISCL
USES= tar:tgz
PLIST_FILES= bin/docbook2mdoc \
man/man1/docbook2mdoc.1.gz
share/man/man1/docbook2mdoc.1.gz
MAKE_ARGS= PREFIX="${PREFIX}"
post-patch:
@${REINPLACE_CMD} -e 's|man/man1|share/man/man1|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>