aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-08 15:24:36 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-08 16:43:52 +0000
commit965dd64661f7019dd57aef814fc4e0c27c8d3c2c (patch)
tree370629ce9a6625fdbe3e4542400a53b765362baa
parentd42c1291b9aa5c577fd829f072c1557d411abf42 (diff)
downloadports-965dd64661f7019dd57aef814fc4e0c27c8d3c2c.tar.gz
ports-965dd64661f7019dd57aef814fc4e0c27c8d3c2c.zip
net/wmnd: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--net/wmnd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile
index 0e0fcfe92375..183f606a1341 100644
--- a/net/wmnd/Makefile
+++ b/net/wmnd/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wmnd
PORTVERSION= 0.4.18
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.thregr.org/~wavexx/software/wmnd/releases/
@@ -16,14 +17,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dummy-driver --enable-drivers=freebsd_sysctl
PLIST_FILES= bin/wmnd \
- man/man1/wmnd.1.gz
+ share/man/man1/wmnd.1.gz
PORTEXAMPLES= wmndrc
OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR}