diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 23:35:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 23:35:14 +0000 |
commit | 3d887eb3f6d773d0aa156da960d68930a9f413f9 (patch) | |
tree | 3b3be302417857170ea93072b4b17b2fd88bcea9 /ftp/muddleftpd | |
parent | 55f731543f91a6167f19efa49e56d843cd31e303 (diff) |
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes:
svn path=/head/; revision=150427
Diffstat (limited to 'ftp/muddleftpd')
-rw-r--r-- | ftp/muddleftpd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/muddleftpd/Makefile b/ftp/muddleftpd/Makefile index 219f955a503f..d085202dedf7 100644 --- a/ftp/muddleftpd/Makefile +++ b/ftp/muddleftpd/Makefile @@ -40,7 +40,6 @@ do-install: .endfor ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/doc/info/muddleftpd.info ${PREFIX}/info - @install-info ${PREFIX}/info/muddleftpd.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} |