diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /graphics/gauche-gl | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.zst freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
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} |