diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-23 08:52:31 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-23 08:52:31 +0000 |
commit | 467406db2b3e02af90cb63c6dfb22b3bd77019b8 (patch) | |
tree | eb0b42819ff8f620b3d4d83fab46f802a81820bd /graphics/gegl | |
parent | 6ed61267bddaa14206d27fc01093c64e7fb616fc (diff) |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index c4f9dc177864..36ac2a970e26 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -176,7 +176,7 @@ CONFIGURE_ARGS+= --disable-docs post-patch: .if defined(NOPORTDOCS) - ${REINPLACE_CMD} -e '11,13d' ${WRKSRC}/Makefile.am + ${REINPLACE_CMD} -e '10s|\\||; 11,13d' ${WRKSRC}/Makefile.am .endif ${REINPLACE_CMD} -e 's|-T||' ${WRKSRC}/docs/Makefile.am ${WRKSRC}/docs/Makefile.in ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g' ${WRKSRC}/configure |