aboutsummaryrefslogtreecommitdiff
path: root/math/gri
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 00:53:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 00:53:19 +0000
commitc92cd658645286c7b4483aad14dfa79eba6526cf (patch)
tree1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /math/gri
parentc8d78958955dc56f6c297504b1242b12275acaaa (diff)
downloadports-c92cd658645286c7b4483aad14dfa79eba6526cf.tar.gz
ports-c92cd658645286c7b4483aad14dfa79eba6526cf.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
Notes
Notes: svn path=/head/; revision=150431
Diffstat (limited to 'math/gri')
-rw-r--r--math/gri/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/gri/Makefile b/math/gri/Makefile
index bf821df163f3..869091c275b8 100644
--- a/math/gri/Makefile
+++ b/math/gri/Makefile
@@ -47,7 +47,6 @@ post-install:
.endfor
.if !defined(NOPORTDOCS)
@${INSTALL_DATA} ${WRKSRC}/doc/gri.info ${PREFIX}/info
- install-info ${PREFIX}/info/gri.info ${PREFIX}/info/dir
.endif
.include <bsd.port.mk>