- Actually fix plist issues (trial #2)

This commit is contained in:
Pietro Cerutti 2008-08-28 07:17:57 +00:00
parent 254cbcab56
commit e4bb8cee3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219369

View file

@ -62,10 +62,8 @@ post-patch:
${WRKSRC}/fluid/Makefile
${REINPLACE_CMD} -e 's|cat1|man1|g;s|cat3|man3|g' ${WRKSRC}/documentation/Makefile
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -e 's|%%DOCS%%|#|' ${WRKSRC}/documentation/Makefile
${REINPLACE_CMD} -e 's|test||' ${WRKSRC}/Makefile
.else
${REINPLACE_CMD} -e 's|%%DOCS%%||' ${WRKSRC}/documentation/Makefile
${REINPLACE_CMD} -e 's|test ||' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e '234,238d' ${WRKSRC}/documentation/Makefile
.endif
.include <bsd.port.post.mk>