git: 1a50cbaf80a6 - main - net/micro_inetd: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 20:24:33 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a50cbaf80a68b8d5f0aac115ba43d39d62e2b18
commit 1a50cbaf80a68b8d5f0aac115ba43d39d62e2b18
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 20:06:05 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 20:24:09 +0000
net/micro_inetd: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
net/micro_inetd/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/micro_inetd/Makefile b/net/micro_inetd/Makefile
index d3f553c501f0..89b1403776af 100644
--- a/net/micro_inetd/Makefile
+++ b/net/micro_inetd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= micro_inetd
PORTVERSION= 2014.08.14
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.acme.com/software/micro_inetd/
DISTNAME= ${PORTNAME}_14Aug2014
@@ -11,10 +12,10 @@ WWW= https://www.acme.com/software/micro_inetd/
LICENSE= BSD2CLAUSE
WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/micro_inetd man/man1/micro_inetd.1.gz
+PLIST_FILES= bin/micro_inetd share/man/man1/micro_inetd.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micro_inetd ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/micro_inetd.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/micro_inetd.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>