git: 5985ec8a7862 - main - net/ifdepd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 08:19:24 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5985ec8a78625bada55f5c7e5f5835779642e5d2
commit 5985ec8a78625bada55f5c7e5f5835779642e5d2
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 08:05:58 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 08:18:52 +0000
net/ifdepd: Moved man to share/man
Approved by: portmgr (blanket)
---
net/ifdepd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/ifdepd/Makefile b/net/ifdepd/Makefile
index 71ce8995a02a..69ab74a18ad8 100644
--- a/net/ifdepd/Makefile
+++ b/net/ifdepd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ifdepd
PORTVERSION= 20110412
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://alex.bmg.gv.at/programs/
@@ -10,10 +10,10 @@ COMMENT= Interface Dependency daemon
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= bin/ifdepd \
- man/man8/ifdepd.8.gz
+ share/man/man8/ifdepd.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ifdepd ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ifdepd.8 ${STAGEDIR}${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/ifdepd.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>