aboutsummaryrefslogtreecommitdiff
path: root/lang/gauche
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 /lang/gauche
parentc8d78958955dc56f6c297504b1242b12275acaaa (diff)
downloadports-c92cd658645286c7b4483aad14dfa79eba6526cf.tar.gz
ports-c92cd658645286c7b4483aad14dfa79eba6526cf.zip
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 7b1888c671c9..4c91e42a1e73 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -67,9 +67,6 @@ post-install:
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/doc/*.info ${PREFIX}/info/
-.for info in ${INFO}
- install-info --section="${INFOSECTION}" ${WRKSRC}/doc/${info}.info ${PREFIX}/info/dir
-.endfor
.endif
.include <bsd.port.post.mk>