diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-28 07:17:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-08-28 07:17:57 +0000 |
commit | e4bb8cee3ab90abb38d5374f3d5f231efac70d8b (patch) | |
tree | b0a4792fcf845d503046fc97ff47b21420aaebd6 /x11-toolkits | |
parent | 254cbcab5657560872225b97a7e5f4fed1a1f416 (diff) | |
download | ports-e4bb8cee3ab90abb38d5374f3d5f231efac70d8b.tar.gz ports-e4bb8cee3ab90abb38d5374f3d5f231efac70d8b.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 75002d28705b..a277247b3559 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -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> |