Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 11:58:42 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457149 - head/www/privoxy
Message-ID:  <201712241158.vBOBwg3A051314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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