diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 14:34:25 +0800 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 14:34:25 +0800 |
commit | 0ca10b52f877157739c25c284f62148d8bff5f8e (patch) | |
tree | 47199a7b1dd6bf7f21ef36561dbd2b2177b641ee /mail | |
parent | 90816ce9038f0b478ca105412d8420d4dd8bdb06 (diff) | |
download | freebsd-ports-gnome-0ca10b52f877157739c25c284f62148d8bff5f8e.tar.gz freebsd-ports-gnome-0ca10b52f877157739c25c284f62148d8bff5f8e.tar.zst freebsd-ports-gnome-0ca10b52f877157739c25c284f62148d8bff5f8e.zip |
Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail-old/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail812/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile index da47806b6372..2b6df19e5dac 100644 --- a/mail/sendmail-old/Makefile +++ b/mail/sendmail-old/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} \ diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index da47806b6372..2b6df19e5dac 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} \ diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index da47806b6372..2b6df19e5dac 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/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} \ diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile index da47806b6372..2b6df19e5dac 100644 --- a/mail/sendmail812/Makefile +++ b/mail/sendmail812/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} \ |