aboutsummaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2008-04-01 10:49:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2008-04-01 10:49:34 +0000
commit3e4faf07b52e58d9ef14c3451c5e0183f39badcb (patch)
tree6ea505478cadd15e1d87e904bbe4e8e4c0a2bac6 /lang/gauche
parent481f6cf0b9bcaddd946f745f1eb1927ac5dff501 (diff)
downloadports-3e4faf07b52e58d9ef14c3451c5e0183f39badcb.tar.gz
ports-3e4faf07b52e58d9ef14c3451c5e0183f39badcb.zip
Install all info files.
Submitted by: Sakae Kobayashi <sakae@ps.ksky.ne.jp> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=210318
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 0556c81ad094..f0b25f4632f4 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gauche
PORTVERSION= 0.8.13 # Keep databases/gauche-gdbm in sync with this
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -64,7 +65,7 @@ post-install:
${TOUCH} ${EXAMPLESDIR}/.keepme
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${MANPREFIX}/man/man1/
- ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${WRKSRC}/doc/*.info-[1-6] ${PREFIX}/info/
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${WRKSRC}/doc/*.info-[1-7] ${PREFIX}/info/
.endif
.include <bsd.port.post.mk>