aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-06-11 07:48:08 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-06-11 07:48:08 +0000
commite83a709d64578c12e86f5334d0237dfd8f6bc5a1 (patch)
treeac2d4b8be9f54067e383cc7bf30c8378b68927d0
parent92e1cb0ffdb342660f32abbcf1a4f0e3381cf453 (diff)
downloadports-e83a709d64578c12e86f5334d0237dfd8f6bc5a1.tar.gz
ports-e83a709d64578c12e86f5334d0237dfd8f6bc5a1.zip
Notes
-rw-r--r--mail/qmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 8d9ca67172f2..9e2ed7499a07 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)