svn commit: r457149 - head/www/privoxy

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 24 11:58:43 UTC 2017


Author: tijl
Date: Sun Dec 24 11:58:42 2017
New Revision: 457149
URL: https://svnweb.freebsd.org/changeset/ports/457149

Log:
  Remove no-op pre-configure target.

Modified:
  head/www/privoxy/Makefile

Modified: head/www/privoxy/Makefile
==============================================================================
--- head/www/privoxy/Makefile	Sun Dec 24 11:15:21 2017	(r457148)
+++ head/www/privoxy/Makefile	Sun Dec 24 11:58:42 2017	(r457149)
@@ -86,9 +86,6 @@ post-patch-DOCS-on:
 		-e 's,^#\(user-manual\) http://www.privoxy.org/user-manual/,\1 ${DOCSDIR}/user-manual,' \
 		${WRKSRC}/config
 
-pre-configure:
-	@(cd ${WRKSRC}; ${AUTOHEADER})
-
 do-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/privoxy/templates
 	${INSTALL_PROGRAM} ${WRKSRC}/privoxy ${STAGEDIR}${PREFIX}/sbin


More information about the svn-ports-all mailing list