diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /graphics/gauche-gl | |
parent | c8d78958955dc56f6c297504b1242b12275acaaa (diff) | |
download | ports-c92cd658645286c7b4483aad14dfa79eba6526cf.tar.gz ports-c92cd658645286c7b4483aad14dfa79eba6526cf.zip |
Notes
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 1 |
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} |