diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-30 11:46:02 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-30 11:46:02 +0000 |
commit | 48b050f9a25fc4beb3d66eaac723ed46a55239dc (patch) | |
tree | 7b22c9062d4b62a3c99c77391bfec4a057e2e252 /graphics/gauche-gl | |
parent | 80f951969381c696263b861da9a5078aba717c68 (diff) | |
download | ports-48b050f9a25fc4beb3d66eaac723ed46a55239dc.tar.gz ports-48b050f9a25fc4beb3d66eaac723ed46a55239dc.zip |
Notes
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 | ||||
-rw-r--r-- | graphics/gauche-gl/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index 7bf55d5c409f..4b8592b33aa5 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -21,7 +21,6 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} USE_MESA= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" @@ -45,6 +44,5 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/graphics/gauche-gl/pkg-plist b/graphics/gauche-gl/pkg-plist index 340cd0984469..0ca921fcfa93 100644 --- a/graphics/gauche-gl/pkg-plist +++ b/graphics/gauche-gl/pkg-plist @@ -12,6 +12,7 @@ share/gauche/%%VERSION%%/lib/gl/math3d.scm %%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%%/gears.scm %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/README %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm %%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm @@ -53,7 +54,6 @@ 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 |