diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-29 00:39:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-29 00:39:16 +0000 |
commit | 9e22ec8950cc3a75d54a9916b89c0a49b55a8607 (patch) | |
tree | af553bc58a0e0b911bcd6d544ad25fd8e7e60acb /graphics/gauche-gl/Makefile | |
parent | 2d0c226520bedb34f7d0a638f2b442aa00b30bef (diff) |
Notes
Diffstat (limited to 'graphics/gauche-gl/Makefile')
-rw-r--r-- | graphics/gauche-gl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index 83658ddce763..7bf55d5c409f 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gl -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche @@ -20,7 +20,6 @@ COMMENT= OpenGL binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/Gauche-${PORTNAME} USE_MESA= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -37,6 +36,10 @@ do-install: post-install: .if !defined(NOPORTDOCS) +.for info in gauche-gl-refe.info gauche-gl-refj.info + ${GZCAT} ${WRKSRC}/doc/${info}.gz >${PREFIX}/info/${info} + install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir +.endfor ${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} ${MKDIR} ${DOCSDIR} |