diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-24 11:28:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-24 11:28:19 +0800 |
commit | d45862593acb1de531595853a085221e94599a96 (patch) | |
tree | 489e659f92fca6d14dddf31d2d1ada242226887d /net/dhcpdump/Makefile | |
parent | 51283122962eaed094efc8168a39b8c43531cf34 (diff) | |
download | freebsd-ports-gnome-d45862593acb1de531595853a085221e94599a96.tar.gz freebsd-ports-gnome-d45862593acb1de531595853a085221e94599a96.tar.zst freebsd-ports-gnome-d45862593acb1de531595853a085221e94599a96.zip |
update to version 1.8
Diffstat (limited to 'net/dhcpdump/Makefile')
-rw-r--r-- | net/dhcpdump/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index d4421758e696..fb1d31cec34b 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> |