diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /mail/mboxgrep | |
parent | c8d78958955dc56f6c297504b1242b12275acaaa (diff) | |
download | ports-c92cd658645286c7b4483aad14dfa79eba6526cf.tar.gz ports-c92cd658645286c7b4483aad14dfa79eba6526cf.zip |
Notes
Diffstat (limited to 'mail/mboxgrep')
-rw-r--r-- | mail/mboxgrep/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 213f6930f656..e0dc15930720 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -31,7 +31,6 @@ post-patch: @${REINPLACE_CMD} -e 's,void \*tmpp,FILE \*tmpp,g' ${WRKSRC}/src/main.c post-install: - install-info ${PREFIX}/info/mboxgrep.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${DOCS} |