aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/mdocml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
index f5779bc4cad4..750ce2d4065d 100644
--- a/textproc/mdocml/Makefile
+++ b/textproc/mdocml/Makefile
@@ -23,7 +23,7 @@ EXAMPLESDIR_REL=share/examples/mandoc
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \
- -e '/INSTALL_LIB/d' -e '/LIBDIR/d' \
+ -e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \
${WRKSRC}/Makefile
.include <bsd.port.mk>