git: f53b5cc48611 - main - misc/rfc: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:07:12 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f53b5cc48611b9464e820ec0074d7c14b5a6d60e
commit f53b5cc48611b9464e820ec0074d7c14b5a6d60e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:03:23 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:06:47 +0000
misc/rfc: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
misc/rfc/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/misc/rfc/Makefile b/misc/rfc/Makefile
index fea5d321c570..3edd9a9b982e 100644
--- a/misc/rfc/Makefile
+++ b/misc/rfc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rfc
PORTVERSION= 3.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= https://BSDforge.com/projects/source/misc/rfc/
@@ -20,7 +20,7 @@ SHEBANG_FILES= ${PORTNAME}-${PORTVERSION}
NO_ARCH= yes
NO_BUILD= yes
-PLIST_FILES= bin/rfc man/man1/rfc.1.gz
+PLIST_FILES= bin/rfc share/man/man1/rfc.1.gz
do-configure:
@${REINPLACE_CMD} -e 's|/usr/local/etc/rfc|${PREFIX}/etc/rfc| ; \
@@ -33,6 +33,6 @@ do-configure:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-${PORTVERSION} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>