diff options
author | joerg <joerg@pkgsrc.org> | 2010-07-18 01:28:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-07-18 01:28:43 +0000 |
commit | ca47b9c8fa25eb2b55ec3e12b6912b29e8913123 (patch) | |
tree | 5c0e67268d9322773c6d895d638ae24f457ed925 /www | |
parent | 84fac0fcb4ae5210212f2888eb38cfa7182224dd (diff) | |
download | pkgsrc-ca47b9c8fa25eb2b55ec3e12b6912b29e8913123.tar.gz |
Add pid directory to MAKE_DIR, in case non-default VARBASE is used.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 9a791ffeae4..910cf622dc1 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -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 @@ CONF_FILES+= ${EGDIR}/conf/${file} ${PKG_SYSCONFDIR}/${file} 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 |