Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 15:26:07 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
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
Message-ID:  <201607261526.u6QFQ7YQ013133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <pkubaj at anongoth.pl> (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"



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