aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-07 02:07:39 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-07 02:07:39 +0800
commit796223348d8848761d8d9269751c48952f9d94fc (patch)
tree8be05343ae0e85736d1dfce8e07fd4cb645bfc5e /mail
parentb4d362cb12d4fa4faf8d52e9ea62a03fb87c6e5c (diff)
downloadfreebsd-ports-gnome-796223348d8848761d8d9269751c48952f9d94fc.tar.gz
freebsd-ports-gnome-796223348d8848761d8d9269751c48952f9d94fc.tar.zst
freebsd-ports-gnome-796223348d8848761d8d9269751c48952f9d94fc.zip
- Fix installation from non-root
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail-dk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-dk/Makefile b/mail/qmail-dk/Makefile
index e9a6eed85f0e..677d2925253b 100644
--- a/mail/qmail-dk/Makefile
+++ b/mail/qmail-dk/Makefile
@@ -22,7 +22,7 @@ USES= qmail
PREFIX?= ${QMAIL_PREFIX}
WRKSRC= ${WRKDIR}/qmail-1.03
-PLIST_FILES= bin/qmail-dk \
+PLIST_FILES= "@(qmailq,,4711) bin/qmail-dk" \
man/man8/qmail-dk.8.gz
ALL_TARGET= qmail-dk qmail-dk.8
CFLAGS+= -I${LOCALBASE}/include
@@ -57,7 +57,7 @@ post-patch:
${WRKSRC}/conf-groups
do-install:
- ${INSTALL} -o qmailq -m 4711 ${WRKSRC}/qmail-dk ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/qmail-dk ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/qmail-dk.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>