aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-06-11 15:48:08 +0800
committerknu <knu@FreeBSD.org>2000-06-11 15:48:08 +0800
commit8fb40999ff9f6757046e92d6f4dafd9a06c9d0f6 (patch)
tree592831b90424ffd164e67ce27e1b04efbed97972 /mail
parentb7a79c6ca7ecf1f4183b2f99bc61f791cf84fc42 (diff)
downloadfreebsd-ports-graphics-8fb40999ff9f6757046e92d6f4dafd9a06c9d0f6.tar.gz
freebsd-ports-graphics-8fb40999ff9f6757046e92d6f4dafd9a06c9d0f6.tar.zst
freebsd-ports-graphics-8fb40999ff9f6757046e92d6f4dafd9a06c9d0f6.zip
Output PREFIX safe pkg/MESSAGE.
PR: ports/19188 Submitted by: Maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 8d9ca67172f..9e2ed7499a0 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -138,7 +138,7 @@ do-install:
@${MKDIR} /usr/local/etc/rc.d
@${LN} -sf ${PREFIX}/rc /usr/local/etc/rc.d/qmail.sh
@${ECHO}
- @${SED} s!/usr/local/!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
+ @${SED} s!/var/qmail!${PREFIX}/!g ${PKGDIR}/MESSAGE | /usr/bin/fmt
# hack to allow slave ports to include bsd.port.pre.mk and then this file
.if defined(_PREMKINCLUDED)