summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2007-12-28 05:24:58 +0000
committerobache <obache>2007-12-28 05:24:58 +0000
commitf8e0106ceb2b06c152d5eb4c08ebf7f80e16d820 (patch)
treeca6c707f15180500764fb5cfe57dac01a0ad7417 /sysutils
parent923667792bb0892889e52c17ef8d1e4697c36ab4 (diff)
downloadpkgsrc-f8e0106ceb2b06c152d5eb4c08ebf7f80e16d820.tar.gz
Fix typo of varname WBM_NAME for config file name.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wbm-apache/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/wbm-apache/Makefile b/sysutils/wbm-apache/Makefile
index a65a75b2980..0a7c7839912 100644
--- a/sysutils/wbm-apache/Makefile
+++ b/sysutils/wbm-apache/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2007/10/08 08:47:09 obache Exp $
+# $NetBSD: Makefile,v 1.7 2007/12/28 05:24:58 obache Exp $
WBM_NAME= apache
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Webmin module for configuring Apache servers
.include "../../sysutils/webmin/wbm.mk"
-CONF_FILES_PERMS+= ${WBM_EGDIR}/${WBMNAME}/site \
- ${PKG_SYSCONFDIR}/${WBMNAME}/site \
+CONF_FILES_PERMS+= ${WBM_EGDIR}/${WBM_NAME}/site \
+ ${PKG_SYSCONFDIR}/${WBM_NAME}/site \
${ROOT_USER} ${ROOT_GROUP} 0644
post-build: