diff options
author | nork <nork@FreeBSD.org> | 2003-03-30 11:46:02 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-03-30 11:46:02 +0000 |
commit | 784e5d3e8ea23f5de6f0815a250942c2fe49409d (patch) | |
tree | 40d7dcfbb9cfd56fcc99b05f0efa15cf61e049de | |
parent | 3a31060e85f50058cc1ced83e24abc893ed10314 (diff) | |
download | FreeBSD-ports-784e5d3e8ea23f5de6f0815a250942c2fe49409d.zip FreeBSD-ports-784e5d3e8ea23f5de6f0815a250942c2fe49409d.tar.gz |
Remove pkg-message and sort pkg-plist.
PR: ports/50452
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
-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 7bf55d5..4b8592b 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 340cd09..0ca921f 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 |