aboutsummaryrefslogtreecommitdiff
path: root/devel/dmalloc
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 /devel/dmalloc
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 'devel/dmalloc')
-rw-r--r--devel/dmalloc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
index 0d9b0b8030fb..6f3439986de0 100644
--- a/devel/dmalloc/Makefile
+++ b/devel/dmalloc/Makefile
@@ -40,8 +40,5 @@ post-install:
${LN} -sf ${PREFIX}/lib/libdmallocxx.so.1 ${PREFIX}/lib/libdmallocxx.so; \
${LN} -sf ${PREFIX}/lib/libdmallocth.so.1 ${PREFIX}/lib/libdmallocth.so; \
${LN} -sf ${PREFIX}/lib/libdmallocthcxx.so.1 ${PREFIX}/lib/libdmallocthcxx.so)
-.if !defined(NOPORTDOCS)
- @install-info ${PREFIX}/info/dmalloc.info ${PREFIX}/info/dir
-.endif
.include <bsd.port.mk>