diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-29 00:39:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-29 00:39:16 +0000 |
commit | 9e22ec8950cc3a75d54a9916b89c0a49b55a8607 (patch) | |
tree | af553bc58a0e0b911bcd6d544ad25fd8e7e60acb /graphics/gauche-gl/pkg-plist | |
parent | 2d0c226520bedb34f7d0a638f2b442aa00b30bef (diff) | |
download | ports-9e22ec8950cc3a75d54a9916b89c0a49b55a8607.tar.gz ports-9e22ec8950cc3a75d54a9916b89c0a49b55a8607.zip |
Notes
Diffstat (limited to 'graphics/gauche-gl/pkg-plist')
-rw-r--r-- | graphics/gauche-gl/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/gauche-gl/pkg-plist b/graphics/gauche-gl/pkg-plist index 0493edde6d6d..340cd0984469 100644 --- a/graphics/gauche-gl/pkg-plist +++ b/graphics/gauche-gl/pkg-plist @@ -6,6 +6,12 @@ share/gauche/%%VERSION%%/lib/gl.scm share/gauche/%%VERSION%%/lib/gl/glut.scm share/gauche/%%VERSION%%/lib/gl/math3d.scm @dirrm share/gauche/%%VERSION%%/lib/gl/ +%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refe.info %D/info/dir +%%PORTDOCS%%@unexec install-info --delete %D/info/gauche-gl-refj.info %D/info/dir +%%PORTDOCS%%info/gauche-gl-refe.info +%%PORTDOCS%%info/gauche-gl-refj.info +%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refe.info %D/info/dir +%%PORTDOCS%%@exec install-info %D/info/gauche-gl-refj.info %D/info/dir %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/README %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm @@ -47,6 +53,7 @@ share/gauche/%%VERSION%%/lib/gl/math3d.scm %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-8.scm %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/run %%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gears.scm %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glbook %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true |