aboutsummaryrefslogtreecommitdiff
path: root/net/uplog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/uplog/Makefile')
-rw-r--r--net/uplog/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/uplog/Makefile b/net/uplog/Makefile
index 26f886ccd477..9324905f161e 100644
--- a/net/uplog/Makefile
+++ b/net/uplog/Makefile
@@ -18,19 +18,15 @@ PLIST_FILES= bin/uplog
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} -e \
's|#include <malloc.h>||g' \
${WRKSRC}/${PORTNAME}.c
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>