Skip to content

Commit

Permalink
net/dhcpdump: Update manpages path
Browse files Browse the repository at this point in the history
Move manpages to ${PREFIX}/share/man

Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Jan 8, 2024
1 parent 67de8be commit ba949ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/dhcpdump/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dhcpdump
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/

Expand All @@ -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>

0 comments on commit ba949ab

Please sign in to comment.