Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.

Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
This commit is contained in:
Gregory Neil Shapiro 2000-10-14 06:34:25 +00:00
parent fc010c8c8b
commit 03a55f63ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33810
4 changed files with 4 additions and 4 deletions

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \