Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 19:40:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316839 - head/graphics/sane-backends
Message-ID:  <201304291940.r3TJeLVB051515@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Apr 29 19:40:20 2013
New Revision: 316839
URL: http://svnweb.freebsd.org/changeset/ports/316839

Log:
  Fix typo preventing extraction

Modified:
  head/graphics/sane-backends/Makefile

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Mon Apr 29 19:28:58 2013	(r316838)
+++ head/graphics/sane-backends/Makefile	Mon Apr 29 19:40:20 2013	(r316839)
@@ -105,7 +105,7 @@ CONFIGURE_ENV+=		ac_cv_header_cups_cups_
 
 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| ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304291940.r3TJeLVB051515>