diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-02-07 18:56:33 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-02-07 18:56:33 +0800 |
commit | 763c75b5b65c41188e824aa3afaa471d123b5e72 (patch) | |
tree | e74c7a36c76fed148153c081256d4c92d429d550 /mail | |
parent | 0659316a607a7be175600793012c24b0c305151a (diff) | |
download | freebsd-ports-gnome-763c75b5b65c41188e824aa3afaa471d123b5e72.tar.gz freebsd-ports-gnome-763c75b5b65c41188e824aa3afaa471d123b5e72.tar.zst freebsd-ports-gnome-763c75b5b65c41188e824aa3afaa471d123b5e72.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} |