svn commit: r362343 - head/www/mod_line_edit

Olli Hauer ohauer at FreeBSD.org
Sun Jul 20 18:36:23 UTC 2014


Author: ohauer
Date: Sun Jul 20 18:36:22 2014
New Revision: 362343
URL: http://svnweb.freebsd.org/changeset/ports/362343
QAT: https://qat.redports.org/buildarchive/r362343/

Log:
  - move '${MKDIR} ${WRKSRC}' from pre-extract: -> do-extract:
  
  Noted by pkg-failout@

Modified:
  head/www/mod_line_edit/Makefile

Modified: head/www/mod_line_edit/Makefile
==============================================================================
--- head/www/mod_line_edit/Makefile	Sun Jul 20 18:31:24 2014	(r362342)
+++ head/www/mod_line_edit/Makefile	Sun Jul 20 18:36:22 2014	(r362343)
@@ -16,14 +16,11 @@ COMMENT=	Apache module for simple text r
 LICENSE=	GPLv2
 
 USE_APACHE=	22+
-
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes
 
-pre-extract:
-	@${MKDIR} ${WRKSRC}
-
 do-extract:
-	@${CP} ${DISTDIR}/${PORTNAME}.c ${WRKSRC}
+	${MKDIR} ${WRKSRC}
+	${CP} ${DISTDIR}/${PORTNAME}.c ${WRKSRC}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list