svn commit: r316839 - head/graphics/sane-backends

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 29 19:40:21 UTC 2013


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| ; \


More information about the svn-ports-head mailing list