From owner-svn-ports-all@freebsd.org Tue Jul 26 15:26:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D93C3BA5912; Tue, 26 Jul 2016 15:26:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABB971A60; Tue, 26 Jul 2016 15:26:08 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QFQ7L5013134; Tue, 26 Jul 2016 15:26:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QFQ7YQ013133; Tue, 26 Jul 2016 15:26:07 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201607261526.u6QFQ7YQ013133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 26 Jul 2016 15:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419115 - branches/2016Q3/www/lighttpd-mod_geoip X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 15:26:09 -0000 Author: madpilot Date: Tue Jul 26 15:26:07 2016 New Revision: 419115 URL: https://svnweb.freebsd.org/changeset/ports/419115 Log: MFH: r418899 - Unsilence INSTALL_* commands PR: 211271 Submitted by: Piotr Kubaj (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q3/www/lighttpd-mod_geoip/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/lighttpd-mod_geoip/Makefile ============================================================================== --- branches/2016Q3/www/lighttpd-mod_geoip/Makefile Tue Jul 26 15:24:42 2016 (r419114) +++ branches/2016Q3/www/lighttpd-mod_geoip/Makefile Tue Jul 26 15:26:07 2016 (r419115) @@ -26,10 +26,10 @@ _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ + ${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d - @${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \ + ${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/geoip.conf.sample .include "${MASTERDIR}/Makefile"