diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2011-03-15 14:12:33 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2011-03-15 14:12:33 +0000 |
commit | 1448ec97e73fb5d7ca847474eb54959e9b4ef4c7 (patch) | |
tree | 6002a7b8394f6351621c577c32654d17c0569ac1 /mail | |
parent | edc5caa9aba9aa8edf94ed0eb8c35c35a3607d7f (diff) | |
download | ports-1448ec97e73fb5d7ca847474eb54959e9b4ef4c7.tar.gz ports-1448ec97e73fb5d7ca847474eb54959e9b4ef4c7.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird3/Makefile | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 4c07cb64b399..fee705e325f7 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -112,9 +112,6 @@ pre-configure: (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) port-pre-install: - ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ - ${FAKEDIR}/bin/thunderbird - ${RM} -f ${FAKEDIR}/bin/*.bak ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults pre-install: diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 4c07cb64b399..fee705e325f7 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -112,9 +112,6 @@ pre-configure: (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) port-pre-install: - ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ - ${FAKEDIR}/bin/thunderbird - ${RM} -f ${FAKEDIR}/bin/*.bak ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults pre-install: diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index f865bf831cef..a6faa5b2a516 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/Makefile @@ -103,9 +103,6 @@ pre-configure: (cd ${MOZSRC}/js/src/ && ${AUTOCONF}) port-pre-install: - ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ - ${FAKEDIR}/bin/thunderbird - ${RM} -f ${FAKEDIR}/bin/*.bak ${MKDIR} ${FAKEDIR}/lib/${PORTNAME}/defaults pre-install: |