diff options
author | joerg <joerg> | 2010-07-18 01:33:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-07-18 01:33:20 +0000 |
commit | 07fed82a224695010c12371e446a31d765e5c24e (patch) | |
tree | f83be30a9488d90e98890ad3ba23366289480444 /www | |
parent | 3f801636598226b0eba8f4d5b2c245a23f8ebdf9 (diff) | |
download | pkgsrc-07fed82a224695010c12371e446a31d765e5c24e.tar.gz |
MAKE_DIRS, not MAKE_DIR.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 910cf622dc1..f2470f66d99 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/07/18 01:28:43 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2010/07/18 01:33:20 joerg Exp $ DISTNAME= nginx-0.8.41 DISTFILES= ${DEFAULT_DISTFILES} @@ -61,7 +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} +MAKE_DIRS+= ${NGINX_PIDDIR} OWN_DIRS= ${NGINX_LOGDIR} OWN_DIRS_PERMS+= ${NGINX_DATADIR} ${NGINX_USER} ${NGINX_GROUP} 0700 |