diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-02-07 18:56:33 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-02-07 18:56:33 +0800 |
commit | 532f86b38aabc9ee3a5371bc04af1048e75d83e7 (patch) | |
tree | b48c93528b0b406c1e9c0bc8a3e006fe0aafb5e5 /mail | |
parent | 36b322021f59eb9989e1adaf5403119b60795d6c (diff) | |
download | freebsd-ports-gnome-532f86b38aabc9ee3a5371bc04af1048e75d83e7.tar.gz freebsd-ports-gnome-532f86b38aabc9ee3a5371bc04af1048e75d83e7.tar.zst freebsd-ports-gnome-532f86b38aabc9ee3a5371bc04af1048e75d83e7.zip |
- Revert post-build: target because there are patch-*::Makefile.PL
files for same purpose (but supported only old ExtUtils::MakaMaker,
I updated them to work with 5.10.1 in previous commit).
Discussed with: skv
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 0ec6d54bef14..f95f743249ca 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -133,10 +133,6 @@ post-patch: -e "s|%%CYRUS_GROUP%%|${CYRUS_GROUP}|g" \ ${WRKSRC}/tools/mkimap -post-build: - ${FIND} ${WRKSRC}/perl -name Makefile -exec \ - ${REINPLACE_CMD} -i '' -E 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' {} \; - post-install: .for f in ${CYRUS_MAN3} @${GZIP_CMD} ${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3/${f} diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index b3be10a65a17..adb1bded1f94 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -177,10 +177,6 @@ post-patch: @${RM} -rf ${WRKSRC}/autom4te.cache .endif -post-build: - ${FIND} ${WRKSRC}/perl -name Makefile -exec \ - ${REINPLACE_CMD} -i '' -E 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' {} \; - post-install: .for f in ${CYRUS_MAN3} @${GZIP_CMD} ${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3/${f} diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 20f881154abf..03e4e369abef 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -206,10 +206,6 @@ post-patch: @${RM} -rf ${WRKSRC}/autom4te.cache .endif -post-build: - ${FIND} ${WRKSRC}/perl -name Makefile -exec \ - ${REINPLACE_CMD} -i '' -E 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' {} \; - post-install: .for f in ${CYRUS_MAN3} @${GZIP_CMD} ${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3/${f} diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 20f881154abf..03e4e369abef 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -206,10 +206,6 @@ post-patch: @${RM} -rf ${WRKSRC}/autom4te.cache .endif -post-build: - ${FIND} ${WRKSRC}/perl -name Makefile -exec \ - ${REINPLACE_CMD} -i '' -E 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' {} \; - post-install: .for f in ${CYRUS_MAN3} @${GZIP_CMD} ${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3/${f} |