summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-06-01 15:17:29 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-06-01 15:17:29 +0000
commit9f1db4580d7b2e08e54d228580c864b25477e6d7 (patch)
tree67507bc570570525614541111eb7f2a654d212cb /mail
parentQuantis is a physical random number generator exploiting (diff)
Fix permissions
Submitted by: Rodrigo Graeff <delphus@delphus.org>
Notes
Notes: svn path=/head/; revision=255458
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail-dk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile
index baa8bbd8174b..82aaaaf0c0d8 100644
--- a/mail/qmail-dk/Makefile
+++ b/mail/qmail-dk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dk
PORTVERSION= 0.54
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_QMAIL}
PKGNAMEPREFIX= qmail-
@@ -58,7 +59,7 @@ post-patch:
${WRKSRC}/conf-groups
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/qmail-dk ${PREFIX}/bin
+ ${INSTALL} -o qmailq -m 4711 ${WRKSRC}/qmail-dk ${PREFIX}/bin
.for m in ${MAN8}
${INSTALL_MAN} ${WRKSRC}/${m} ${MAN8PREFIX}/man/man8
.endfor