diff options
author | pav <pav@FreeBSD.org> | 2005-04-09 15:13:39 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-09 15:13:39 +0000 |
commit | 212090969e6d13b1c9bb44c08171eb380b770e73 (patch) | |
tree | 5e25ef2640bf1ba0cc128374907388c5067510e6 /graphics | |
parent | 4c66e88028ea09b2359c9824a62c955094ac8c57 (diff) | |
download | FreeBSD-ports-212090969e6d13b1c9bb44c08171eb380b770e73.zip FreeBSD-ports-212090969e6d13b1c9bb44c08171eb380b770e73.tar.gz |
- Reflect plist changes in gauche port
Diffstat (limited to 'graphics')
-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 fc9d5e6..283a6d1 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 63e2a9e..7c89f02 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 |