diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-31 12:34:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-07-31 12:34:35 +0000 |
commit | 9aba58c2df0e5ed5b33f273d7c050be446df729a (patch) | |
tree | 3b3e8d09e185638cdf54224dd6f06fd0146a7133 /net-mgmt | |
parent | e58a77a4ea7971b8ab87377a1ab8cec7e423f536 (diff) | |
download | ports-9aba58c2df0e5ed5b33f273d7c050be446df729a.tar.gz ports-9aba58c2df0e5ed5b33f273d7c050be446df729a.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/dhcdrop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/dhcdrop/Makefile b/net-mgmt/dhcdrop/Makefile index 2a06bf5b441f..1f3af5e84e32 100644 --- a/net-mgmt/dhcdrop/Makefile +++ b/net-mgmt/dhcdrop/Makefile @@ -18,6 +18,7 @@ MAN8= ${PORTNAME}.8 MANLANG= "" ru PLIST_FILES= sbin/dhcdrop +PLIST_DIRSTRY= man/ru/man8 man/ru OPTIONS_DEFINE= STATIC STATIC_DESC= Build a static version of dhcdrop |