summaryrefslogtreecommitdiff
path: root/graphics/gauche-gl
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-03-30 11:46:02 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-03-30 11:46:02 +0000
commit48b050f9a25fc4beb3d66eaac723ed46a55239dc (patch)
tree7b22c9062d4b62a3c99c77391bfec4a057e2e252 /graphics/gauche-gl
parentUpdate the biology/tinker Makefile so it builds on -current (diff)
Remove pkg-message and sort pkg-plist.
PR: ports/50452 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
Notes
Notes: svn path=/head/; revision=77738
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r--graphics/gauche-gl/Makefile2
-rw-r--r--graphics/gauche-gl/pkg-plist2
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