diff options
author | ume <ume@FreeBSD.org> | 2005-12-12 13:06:19 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-12-12 13:06:19 +0800 |
commit | 884f69e5010b835ab7377d90ec5913a34726dbe6 (patch) | |
tree | 0bee6189b7c3ec0041d420e92e152a6ea48714e1 | |
parent | ffeb8dc4b817ad19477eee6c315301f679ca70e4 (diff) | |
download | freebsd-ports-gnome-884f69e5010b835ab7377d90ec5913a34726dbe6.tar.gz freebsd-ports-gnome-884f69e5010b835ab7377d90ec5913a34726dbe6.tar.zst freebsd-ports-gnome-884f69e5010b835ab7377d90ec5913a34726dbe6.zip |
remove redundant lines which was included wrongly through
previous commit.
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 2 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index cb56d63356ff..55f09e936dd3 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -273,8 +273,6 @@ post-patch: .endif post-install: - @${INSTALL_DATA} ${WRKSRC}/man/make_md5.8 \ - ${PREFIX}/cyrus/man/man8/ .for f in ${CYRUS_MAN3} @${GZIP_CMD} ${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3/${f} @${ECHO_CMD} lib/perl5/${PERL_VERSION}/man/man3/${f}.gz \ diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index cb56d63356ff..55f09e936dd3 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -273,8 +273,6 @@ post-patch: .endif post-install: - @${INSTALL_DATA} ${WRKSRC}/man/make_md5.8 \ - ${PREFIX}/cyrus/man/man8/ .for f in ${CYRUS_MAN3} @${GZIP_CMD} ${PREFIX}/lib/perl5/${PERL_VERSION}/man/man3/${f} @${ECHO_CMD} lib/perl5/${PERL_VERSION}/man/man3/${f}.gz \ |