pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Install processed rather than template nginx man p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8ec22630853
branches:  trunk
changeset: 364566:a8ec22630853
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Jun 29 12:20:05 2017 +0000

description:
Install processed rather than template nginx man page. PKGREVISION++
Fixes joyent/pkgsrc/issues/515

diffstat:

 www/nginx-devel/Makefile  |  3 ++-
 www/nginx/Makefile        |  4 ++--
 www/nginx/Makefile.common |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 30983b852c1b -r a8ec22630853 www/nginx-devel/Makefile
--- a/www/nginx-devel/Makefile  Thu Jun 29 11:10:18 2017 +0000
+++ b/www/nginx-devel/Makefile  Thu Jun 29 12:20:05 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2017/05/02 12:31:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/29 12:20:06 fhajny Exp $
 
 DISTNAME=              nginx-1.13.0
 MAINTAINER=            imil%NetBSD.org@localhost
 
+PKGREVISION=   1
 .include "../../www/nginx/Makefile.common"
diff -r 30983b852c1b -r a8ec22630853 www/nginx/Makefile
--- a/www/nginx/Makefile        Thu Jun 29 11:10:18 2017 +0000
+++ b/www/nginx/Makefile        Thu Jun 29 12:20:05 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2017/06/05 14:25:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.72 2017/06/29 12:20:05 fhajny Exp $
 
 DISTNAME=              nginx-1.12.0
 MAINTAINER=            joerg%NetBSD.org@localhost
 
-PKGREVISION= 1
+PKGREVISION=   2
 .include "../../www/nginx/Makefile.common"
diff -r 30983b852c1b -r a8ec22630853 www/nginx/Makefile.common
--- a/www/nginx/Makefile.common Thu Jun 29 11:10:18 2017 +0000
+++ b/www/nginx/Makefile.common Thu Jun 29 12:20:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2017/01/01 16:38:24 rillig Exp $
+# $NetBSD: Makefile.common,v 1.10 2017/06/29 12:20:05 fhajny Exp $
 # used by www/nginx/Makefile
 # used by www/nginx-devel/Makefile
 
@@ -107,7 +107,7 @@
 .endfor
        ${INSTALL_DATA} ${WRKSRC}/html/50x.html ${DESTDIR}${EGDIR}/html/50x.html
        ${INSTALL_DATA} ${WRKSRC}/html/index.html ${DESTDIR}${EGDIR}/html/index.html
-       ${INSTALL_MAN} ${WRKSRC}/man/nginx.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
+       ${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
 .if !empty(PKG_OPTIONS:Mnaxsi)
        ${INSTALL_DATA} ${WRKDIR}/${NAXSI_DISTNAME}/naxsi_config/naxsi_core.rules ${DESTDIR}${EGDIR}/conf
 .endif



Home | Main Index | Thread Index | Old Index