diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:19:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-11 14:19:09 +0000 |
commit | 1c8cbce7bff13b491122c8d0cd07d85748906ac7 (patch) | |
tree | de9c4477da3fe445c8fe062c9f877b9e382bbb85 /sysutils/confctl | |
parent | 79b64005f92ce0e6fb0a7f2b5ffc667f163b0358 (diff) |
Notes
Diffstat (limited to 'sysutils/confctl')
-rw-r--r-- | sysutils/confctl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/confctl/Makefile b/sysutils/confctl/Makefile index 1979e3262779..8b9610560826 100644 --- a/sysutils/confctl/Makefile +++ b/sysutils/confctl/Makefile @@ -14,8 +14,7 @@ COMMENT= Utility to parse and modify C-like configuration files LICENSE= BSD GNU_CONFIGURE= yes -MAN1= confctl.1 -PLIST_FILES= bin/confctl +PLIST_FILES= bin/confctl \ + man/man1/confctl.1.gz -NO_STAGE= yes .include <bsd.port.mk> |