aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-25 07:07:29 +0800
committerasami <asami@FreeBSD.org>1995-04-25 07:07:29 +0800
commitf4a0ae51ec9a07109f2ea0d769db480fe7f373a5 (patch)
treefabd2cc8cf59e9e2649d6ccfcf10c1473c1a55f1 /lang
parent75c1de4c1e113d4479b11bbf4b5075606d65d154 (diff)
downloadfreebsd-ports-gnome-f4a0ae51ec9a07109f2ea0d769db480fe7f373a5.tar.gz
freebsd-ports-gnome-f4a0ae51ec9a07109f2ea0d769db480fe7f373a5.tar.zst
freebsd-ports-gnome-f4a0ae51ec9a07109f2ea0d769db480fe7f373a5.zip
Run makeinfo before trying to install info files.
Diffstat (limited to 'lang')
-rw-r--r--lang/scm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index e05d3c049e96..3394938de4e2 100644
--- a/lang/scm/Makefile
+++ b/lang/scm/Makefile
@@ -3,7 +3,7 @@
# Date created: Sat Nov 5 17:11:01 PST 1994
# Whom: hsu
#
-# $Id: Makefile,v 1.6 1995/04/16 21:24:51 asami Exp $
+# $Id: Makefile,v 1.7 1995/04/24 11:29:27 asami Exp $
#
DISTNAME= scm
@@ -21,6 +21,7 @@ MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_
pre-install:
cp -rp ${WRKDIR}/slib ${PREFIX}/lib
(cd ${WRKDIR}/slib; \
+ makeinfo slib.texi; \
install -c -m 444 slib.info slib.info-1 slib.info-2 \
slib.info-3 slib.info-4 /usr/local/info)