diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-29 07:32:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-29 07:32:35 +0000 |
commit | c408f05f1faa53a1c5a509c8838d0055900df083 (patch) | |
tree | 3e6ed17d23a969df789ae54ca1c772619e72043b /graphics/sane-backends | |
parent | 4f39a14ef61393406f196e75c47de9c17e650688 (diff) |
Notes
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index b29778c28b50..eb420e5a7c7d 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -69,10 +69,6 @@ CONFIGURE_ENV+= ac_cv_header_cups_cups_h=no CONFIGURE_ENV+= sane_cv_use_libieee1284=no .endif -post-extract: - @((cd ${DISTDIR} && ${CAT} ${DISTFILES:C/:[^:]+$//}) | (cd ${WRKDIR} \ - && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} - ${EXTRACT_AFTER_ARGS})) - post-patch: @${REINPLACE_CMD} -e '/^for ac_header in/s|libc.h|cups/cups.h| ; \ s|-e .*/cups.h|"$$ac_cv_header_cups_cups_h" = "yes"|' \ |