diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 15:13:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-09 15:13:39 +0000 |
commit | 52b6e14fbb342a04c4e96ad9d860f1e827b5b372 (patch) | |
tree | b0e1433467c70165b43810181d7b2645221e6565 /graphics/gauche-gl | |
parent | f29de0eb8b399189689c22336a985b0f22b350f2 (diff) | |
download | ports-52b6e14fbb342a04c4e96ad9d860f1e827b5b372.tar.gz ports-52b6e14fbb342a04c4e96ad9d860f1e827b5b372.zip |
Notes
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 | ||||
-rw-r--r-- | graphics/gauche-gl/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index fc9d5e68c257..283a6d1908f2 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gl PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche diff --git a/graphics/gauche-gl/pkg-plist b/graphics/gauche-gl/pkg-plist index 63e2a9e5383b..7c89f0200e46 100644 --- a/graphics/gauche-gl/pkg-plist +++ b/graphics/gauche-gl/pkg-plist @@ -5,7 +5,7 @@ lib/gauche/%%VERSION%%/include/gauche/math3d.h 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/ +@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 @@ -56,7 +56,5 @@ share/gauche/%%VERSION%%/lib/gl/math3d.scm %%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glbook %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true |