diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:45:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:45:06 +0000 |
commit | c287ef0608c76011e04dd89db41000e3f8d23702 (patch) | |
tree | 13eafdc3b103bbb2265d5b53830007a73dbb2c7a /net/dhcpcd | |
parent | 548dc72f7758f532518f41926e07c19fa87a49a3 (diff) |
Notes
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 5 | ||||
-rw-r--r-- | net/dhcpcd/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 89e07c24aa8a..d72b38fa52b6 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -15,11 +15,6 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_RC_SUBR= dhcpcd -NO_STAGE= yes - CONFIGURE_ARGS+= --mandir=${PREFIX}/man -MAN5= dhcpcd.conf.5 -MAN8= dhcpcd.8 dhcpcd-run-hooks.8 - .include <bsd.port.mk> diff --git a/net/dhcpcd/pkg-plist b/net/dhcpcd/pkg-plist index a355aefbe876..56958b5284a1 100644 --- a/net/dhcpcd/pkg-plist +++ b/net/dhcpcd/pkg-plist @@ -9,4 +9,7 @@ libexec/dhcpcd-hooks/30-hostname libexec/dhcpcd-hooks/01-test libexec/dhcpcd-hooks/29-lookup-hostname libexec/dhcpcd-run-hooks +man/man5/dhcpcd.conf.5.gz +man/man8/dhcpcd-run-hooks.8.gz +man/man8/dhcpcd.8.gz @dirrmtry libexec/dhcpcd-hooks |