diff options
author | antoine <antoine@FreeBSD.org> | 2013-07-31 20:34:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-07-31 20:34:35 +0800 |
commit | 06d937c487ef318e84bb2a6f3db98bacd67e306a (patch) | |
tree | 3b3e8d09e185638cdf54224dd6f06fd0146a7133 /net-mgmt | |
parent | 3f0dd290a8efb14235d194972afae5545b0d3aea (diff) | |
download | freebsd-ports-graphics-06d937c487ef318e84bb2a6f3db98bacd67e306a.tar.gz freebsd-ports-graphics-06d937c487ef318e84bb2a6f3db98bacd67e306a.tar.zst freebsd-ports-graphics-06d937c487ef318e84bb2a6f3db98bacd67e306a.zip |
Fix plist (reported by poudriere)
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 2a06bf5b441..1f3af5e84e3 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 |