[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / nginx

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/www/nginx/Makefile between version 1.9 and 1.10

version 1.9, 2010/03/08 13:54:47 version 1.10, 2010/06/15 20:05:48
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               nginx-0.8.34  DISTNAME=               nginx-0.8.41
 DISTFILES=              ${DEFAULT_DISTFILES}  DISTFILES=              ${DEFAULT_DISTFILES}
 CATEGORIES=             www  CATEGORIES=             www
 MASTER_SITES=           http://sysoev.ru/nginx/  MASTER_SITES=           http://sysoev.ru/nginx/
Line 11  COMMENT=  Lightweight HTTP server and ma
Line 11  COMMENT=  Lightweight HTTP server and ma
 LICENSE=                2-clause-bsd  LICENSE=                2-clause-bsd
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 NGINX_USER?=            nginx  NGINX_USER?=            nginx
Line 52  CONFIGURE_ARGS+= --http-fastcgi-temp-pat
Line 51  CONFIGURE_ARGS+= --http-fastcgi-temp-pat
 PKG_SYSCONFSUBDIR=      nginx  PKG_SYSCONFSUBDIR=      nginx
   
 EGDIR=                  ${PREFIX}/share/examples/nginx  EGDIR=                  ${PREFIX}/share/examples/nginx
 EGFILES=                fastcgi.conf fastcgi_params koi-utf koi-win \  EGFILES+=               fastcgi.conf fastcgi_params koi-utf koi-win \
                         mime.types nginx.conf win-utf                          mime.types nginx.conf win-utf
   
 .for file in ${EGFILES}  .for file in ${EGFILES}
Line 79  SUBST_SED.paths+= -e 's,%%NGINX_GROUP%%,
Line 78  SUBST_SED.paths+= -e 's,%%NGINX_GROUP%%,
 MESSAGE_SUBST+=         NGINX_LOGDIR=${NGINX_LOGDIR}  MESSAGE_SUBST+=         NGINX_LOGDIR=${NGINX_LOGDIR}
 MESSAGE_SUBST+=         NGINX_PIDDIR=${NGINX_PIDDIR}  MESSAGE_SUBST+=         NGINX_PIDDIR=${NGINX_PIDDIR}
   
   .include "options.mk"
   
 do-install:  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/objs/nginx ${DESTDIR}${PREFIX}/sbin/nginx          ${INSTALL_PROGRAM} ${WRKSRC}/objs/nginx ${DESTDIR}${PREFIX}/sbin/nginx
 .for file in ${EGFILES}  .for file in ${EGFILES}
Line 87  do-install:
Line 88  do-install:
         ${INSTALL_DATA} ${WRKSRC}/html/50x.html ${DESTDIR}${EGDIR}/html/50x.html          ${INSTALL_DATA} ${WRKSRC}/html/50x.html ${DESTDIR}${EGDIR}/html/50x.html
         ${INSTALL_DATA} ${WRKSRC}/html/index.html ${DESTDIR}${EGDIR}/html/index.html          ${INSTALL_DATA} ${WRKSRC}/html/index.html ${DESTDIR}${EGDIR}/html/index.html
   
 .include "options.mk"  
   
 .include "../../devel/zlib/buildlink3.mk"  .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>