diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /sysutils/httplog | |
parent | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (diff) |
Notes
Diffstat (limited to 'sysutils/httplog')
-rw-r--r-- | sysutils/httplog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/httplog/Makefile b/sysutils/httplog/Makefile index fa6a3a1f6bc1..e2c52e9c8a34 100644 --- a/sysutils/httplog/Makefile +++ b/sysutils/httplog/Makefile @@ -14,6 +14,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} PORTDOCS= ChangeLog README +OPTIONS_DEFINE= DOCS + post-patch: (cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s@<wait.h>@<sys/wait.h>@" httplog.c && \ |