diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-09 22:05:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-09 22:05:56 +0000 |
commit | c6fd398b07957bf82644b8901e2331b4423a10ef (patch) | |
tree | 0c264f4308467b074471aa9354a594f0130c3df3 /math/scilab/Makefile | |
parent | ab751fb7a9d873e80780330eb28f663a285e296a (diff) |
Notes
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 4da2b46e72bd..9a5746a03ab3 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -84,7 +84,7 @@ post-patch: | ${XARGS} ${REINPLACE_CMD} -e \ 's/[<"]malloc.h[>"]/<stdlib.h>/' .if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's/%%PORTDOCS%%/#/' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/%%PORTDOCS%%/d' ${WRKSRC}/Makefile.in .else @${REINPLACE_CMD} -e 's/%%PORTDOCS%%//' ${WRKSRC}/Makefile.in .endif |