summaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-24 19:40:07 +0000
committerjlam <jlam>2002-01-24 19:40:07 +0000
commiteed8d6a559e33fd8e50836e982a0ad9f912b5645 (patch)
treeb20e81614d541248bb4c6c26f55e093f4c5d9f2c /mail/sqwebmail
parent2182cd5019d66531c7eab5da649cac23a9d02946 (diff)
downloadpkgsrc-eed8d6a559e33fd8e50836e982a0ad9f912b5645.tar.gz
The example scripts in ${DATADIR}/sqwebmail don't end in ".dist".
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 3da241b76c7..8c2a91f2527 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/01/24 17:39:29 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/01/24 19:40:07 jlam Exp $
DISTNAME= sqwebmail-3.3.1
CATEGORIES= www
@@ -59,7 +59,7 @@ CONF_FILES_PERMS+= ${EGDIR}/${FILE}.dist ${PKG_SYSCONFDIR}/${FILE} \
${ROOT_USER} ${ROOT_GROUP} 0600
.endfor
.for FILE in ldapsearch sendit.sh
-CONF_FILES_PERMS+= ${DATADIR}/sqwebmail/${FILE}.dist \
+CONF_FILES_PERMS+= ${DATADIR}/sqwebmail/${FILE} \
${PKG_SYSCONFDIR}/${FILE} \
${ROOT_USER} ${ROOT_GROUP} 0755
.endfor