aboutsummaryrefslogtreecommitdiff
path: root/graphics/gauche-gl
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 /graphics/gauche-gl
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 'graphics/gauche-gl')
-rw-r--r--graphics/gauche-gl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index 4608c86a0864..7769a64caa63 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -42,7 +42,6 @@ post-install:
.if !defined(NOPORTDOCS)
.for i in gauche-gl-refe.info gauche-gl-refj.info
${GZCAT} ${WRKSRC}/doc/${i}.gz >${PREFIX}/info/${i}
- install-info ${PREFIX}/info/${i} ${PREFIX}/info/dir
.endfor
${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}