diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-30 03:40:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-30 03:40:20 +0800 |
commit | f10712cf3310dbb2c2d439144845b21b4869f202 (patch) | |
tree | 9e02de4af6ea1e83a183b7aa2b663804628bf3b4 /graphics/sane-backends | |
parent | 3d6da78e2adfef6a1ede145226aa8119b92f0c3f (diff) | |
download | freebsd-ports-gnome-f10712cf3310dbb2c2d439144845b21b4869f202.tar.gz freebsd-ports-gnome-f10712cf3310dbb2c2d439144845b21b4869f202.tar.zst freebsd-ports-gnome-f10712cf3310dbb2c2d439144845b21b4869f202.zip |
Fix typo preventing extraction
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index f2940e19589a..d8d4a4a8e6ce 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -105,7 +105,7 @@ CONFIGURE_ENV+= ac_cv_header_cups_cups_h=no post-extract: @((cd ${DISTDIR} && ${CAT} ${DISTFILES:C/:[^:]+$//}) | (cd ${WRKDIR} \ - && ${EXTRACT_CMD} ${EXTRACT_BEFOR_ARGS} - ${EXTRACT_AFTER_ARGS})) + && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} - ${EXTRACT_AFTER_ARGS})) post-patch: @${REINPLACE_CMD} -e '/^for ac_header in/s|libc.h|cups/cups.h| ; \ |