diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-07-21 23:36:32 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-07-21 23:36:32 +0000 |
commit | 5cb29a11a8f27017d0e7bde4c711a50e8dd87991 (patch) | |
tree | 94ee2fd30d1702932e61fb2c7f22a4158d539365 /www | |
parent | - Silence portlint warnings by reordering some directives (diff) |
- Unsilence INSTALL_* commands
PR: 211271
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
MFH: 2016Q3
Notes
Notes:
svn path=/head/; revision=418899
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd-mod_geoip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd-mod_geoip/Makefile b/www/lighttpd-mod_geoip/Makefile index 6cc51a99f0df..dddef4ba2498 100644 --- a/www/lighttpd-mod_geoip/Makefile +++ b/www/lighttpd-mod_geoip/Makefile @@ -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" |