aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-08 15:18:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-08 16:43:52 +0000
commitba949ab94f1dfecff4bad76cff4de408d0a0ff9e (patch)
tree9eac98ec972cc8bce7a9f7bc64e457bbb0ad6615
parent67de8beda6d6e0859342c2d41f8b3a06a3817ce4 (diff)
downloadports-ba949ab94f1dfecff4bad76cff4de408d0a0ff9e.tar.gz
ports-ba949ab94f1dfecff4bad76cff4de408d0a0ff9e.zip
net/dhcpdump: Update manpages path
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--net/dhcpdump/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile
index 65d5431a7e34..0fe04d858063 100644
--- a/net/dhcpdump/Makefile
+++ b/net/dhcpdump/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dhcpdump
PORTVERSION= 1.8
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
@@ -13,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= build
-PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz
+PLIST_FILES= bin/dhcpdump share/man/man8/dhcpdump.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>