mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Use ${PKGMESSAGE} instead of ${PKGDIR}/pkg-message.
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
This commit is contained in:
parent
fc010c8c8b
commit
03a55f63ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33810
@ -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} \
|
||||
|
@ -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} \
|
||||
|
@ -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} \
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user