aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcpdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dhcpdump/Makefile')
-rw-r--r--net/dhcpdump/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile
index d4421758e69..fb1d31cec34 100644
--- a/net/dhcpdump/Makefile
+++ b/net/dhcpdump/Makefile
@@ -6,17 +6,20 @@
#
PORTNAME= dhcpdump
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Decode and diagnose sniffed DHCP packets
-MAN1= dhcpdump.1
+MAN8= dhcpdump.8
PLIST_FILES= bin/dhcpdump
-GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${PREFIX}/man/man8
+
.include <bsd.port.mk>