diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 06:34:25 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 06:34:25 +0000 |
commit | 0ca10b52f877157739c25c284f62148d8bff5f8e (patch) | |
tree | 47199a7b1dd6bf7f21ef36561dbd2b2177b641ee /mail/sendmail | |
parent | 90816ce9038f0b478ca105412d8420d4dd8bdb06 (diff) | |
download | FreeBSD-ports-0ca10b52f877157739c25c284f62148d8bff5f8e.zip FreeBSD-ports-0ca10b52f877157739c25c284f62148d8bff5f8e.tar.gz |
Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index da47806..2b6df19 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -71,7 +71,7 @@ post-install: (cd ${PREFIX}/share/sendmail; ${TAR} xf -) .endif .if exists(${DESTDIR}/etc/mail/mailer.conf) - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGDIR}/pkg-message + @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} mailer.conf: ${SED} \ |