aboutsummaryrefslogtreecommitdiff
path: root/lang/slib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
commit7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch)
treef40cba2ed30c79b84c1d56a779b7139f24d6c36f /lang/slib
parentfa0d2e76ea8e387f084dbd4135979433ed303274 (diff)
Notes
Diffstat (limited to 'lang/slib')
-rw-r--r--lang/slib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile
index c275870f8b6e..ebc3dfbe5da4 100644
--- a/lang/slib/Makefile
+++ b/lang/slib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= slib
PORTVERSION= 3b5
+PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/ \
http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/
@@ -30,7 +31,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} ; ${INSTALL_DATA} *.scm *.init *.txt \
*.xyz *.ps ${STAGEDIR}${DATADIR})
- ${INSTALL_DATA} ${WRKSRC}/slib.info ${STAGEDIR}${PREFIX}/info
+ ${INSTALL_DATA} ${WRKSRC}/slib.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}