svn commit: r418899 - head/www/lighttpd-mod_geoip

Guido Falsi madpilot at FreeBSD.org
Thu Jul 21 23:36:34 UTC 2016


Author: madpilot
Date: Thu Jul 21 23:36:32 2016
New Revision: 418899
URL: https://svnweb.freebsd.org/changeset/ports/418899

Log:
  - Unsilence INSTALL_* commands
  
  PR:		211271
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
  MFH:		2016Q3

Modified:
  head/www/lighttpd-mod_geoip/Makefile

Modified: head/www/lighttpd-mod_geoip/Makefile
==============================================================================
--- head/www/lighttpd-mod_geoip/Makefile	Thu Jul 21 23:35:46 2016	(r418898)
+++ head/www/lighttpd-mod_geoip/Makefile	Thu Jul 21 23:36:32 2016	(r418899)
@@ -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"


More information about the svn-ports-all mailing list