diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /mail/mboxgrep | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.zst freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
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} |