diff options
Diffstat (limited to 'sysutils/httplog/Makefile')
-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 fa6a3a1..e2c52e9 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 && \ |