aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 23:35:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-04 23:35:14 +0000
commit3d887eb3f6d773d0aa156da960d68930a9f413f9 (patch)
tree3b3be302417857170ea93072b4b17b2fd88bcea9 /emulators/mtools
parent55f731543f91a6167f19efa49e56d843cd31e303 (diff)
downloadports-3d887eb3f6d773d0aa156da960d68930a9f413f9.tar.gz
ports-3d887eb3f6d773d0aa156da960d68930a9f413f9.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150427
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index d83f773e6881..a620f5fc6c7b 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -56,6 +56,5 @@ post-install:
@${LN} -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz
@${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc/mtools.conf.sample
@${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine."
- @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir
.include <bsd.port.mk>