summaryrefslogtreecommitdiff
path: root/lang/scm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 11:29:30 +0000
commitb098c2ddf2892a3342c0b15bd420fc3c61ab791d (patch)
tree0d71ecc9df971843a1bbd9ff39aae1d5531efa25 /lang/scm
parentUpdated devel Makefiles. Strip mprof and compress mprof.1 along the way. (diff)
Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
Notes
Notes: svn path=/head/; revision=1522
Diffstat (limited to 'lang/scm')
-rw-r--r--lang/scm/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile
index 4d37d66e8c20..e05d3c049e96 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.5 1995/04/15 05:44:48 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/16 21:24:51 asami Exp $
#
DISTNAME= scm
@@ -14,14 +14,12 @@ DISTFILES= scm4e1.tar.gz \
slib.info.tar.gz slib2a2.tar.gz slib-psd1-3.tar.gz \
scmconfig4e1.tar.gz
-GNU_CONFIGURE=
+GNU_CONFIGURE= yes
USE_GMAKE=
MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_EXTENSIONS -DMEMOIZE_LOCALS -DGC_FREE_SEGMENTS" -f
-pre-install: build
- @if [ ! -e ${PREFIX}/lib ]; then mkdir -p ${PREFIX}/lib; fi
+pre-install:
cp -rp ${WRKDIR}/slib ${PREFIX}/lib
- @if [ ! -e /usr/local/info ]; then mkdir -p /usr/local/info; fi
(cd ${WRKDIR}/slib; \
install -c -m 444 slib.info slib.info-1 slib.info-2 \
slib.info-3 slib.info-4 /usr/local/info)