diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-05-20 20:24:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-05-20 20:24:46 +0000 |
commit | f8b66ee5ef3698fda017970acbb020822d20d600 (patch) | |
tree | 33914445dbe6863aedde60cc6810314977a23414 /graphics/gegl | |
parent | 9edb31a77421fb73e4408604c40a729c86827490 (diff) |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 49609653b265..d9e5911c2c3b 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -197,11 +197,15 @@ CONFIGURE_ARGS+= --disable-docs post-patch: .if defined(NOPORTDOCS) - ${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 - ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' ${WRKSRC}/tools/gobj2dot.rb + ${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 ; s|x86_64|amd64|g' \ + ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' \ + ${WRKSRC}/tools/gobj2dot.rb post-build: .if !defined(NOPORTDOCS) |