diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:25:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:25:21 +0000 |
commit | 5c37a3de1caa082ee6f35935ebd649dda77fd79e (patch) | |
tree | e2335b146a04b7c98a266802179ef62cd40a0c3e /net/dhcping | |
parent | efaae72438decb4d7f7656a9aaa20bdea527dfa6 (diff) | |
download | ports-5c37a3de1caa082ee6f35935ebd649dda77fd79e.tar.gz ports-5c37a3de1caa082ee6f35935ebd649dda77fd79e.zip |
Notes
Diffstat (limited to 'net/dhcping')
-rw-r--r-- | net/dhcping/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile index 460f4ebaa50c..bfc0a947569a 100644 --- a/net/dhcping/Makefile +++ b/net/dhcping/Makefile @@ -12,8 +12,7 @@ COMMENT= Send DHCP request to DHCP server for monitoring purposes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -MAN8= dhcping.8 -PLIST_FILES= bin/dhcping +PLIST_FILES= bin/dhcping \ + man/man8/dhcping.8.gz -NO_STAGE= yes .include <bsd.port.mk> |