pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/nginx Add pid directory to MAKE_DIR, in case non-d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/39693b838e9a
branches: trunk
changeset: 577703:39693b838e9a
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jul 18 01:28:43 2010 +0000
description:
Add pid directory to MAKE_DIR, in case non-default VARBASE is used.
diffstat:
www/nginx/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8ca91ff70c13 -r 39693b838e9a www/nginx/Makefile
--- a/www/nginx/Makefile Sat Jul 17 19:29:25 2010 +0000
+++ b/www/nginx/Makefile Sun Jul 18 01:28:43 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2010/06/15 20:05:48 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2010/07/18 01:28:43 joerg Exp $
DISTNAME= nginx-0.8.41
DISTFILES= ${DEFAULT_DISTFILES}
@@ -61,6 +61,7 @@
RCD_SCRIPTS= nginx
INSTALLATION_DIRS= sbin share/examples/nginx/conf share/examples/nginx/html
+MAKE_DIR+= ${NGINX_PIDDIR}
OWN_DIRS= ${NGINX_LOGDIR}
OWN_DIRS_PERMS+= ${NGINX_DATADIR} ${NGINX_USER} ${NGINX_GROUP} 0700
Home |
Main Index |
Thread Index |
Old Index