summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ppl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile
index 25ef5ee3c55e..bcb7004b55b6 100644
--- a/devel/ppl/Makefile
+++ b/devel/ppl/Makefile
@@ -36,7 +36,8 @@ MAN1= ppl-config.1 ppl_lcdd.1 ppl_lpsol.1
.if defined(NOPORTDOCS)
post-patch:
- ${REINPLACE_CMD} -e '/SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||g' \
+ ${WRKSRC}/doc/Makefile.in
.endif
.include <bsd.port.mk>