summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 22:31:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 22:31:59 +0000
commit77afdc76cace0b030a2d32736e99b041e7368b79 (patch)
tree65adbd19011a29348b3a6df357f937ea52dead0f /lang
parentInstall manpages. Also, add missing "-f" to the end of MAKE_FLAGS. (diff)
Add "STRIP=", scheme48 is a shell script.
Notes
Notes: svn path=/head/; revision=1529
Diffstat (limited to 'lang')
-rw-r--r--lang/scheme48/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile
index d922b5d662b7..962a95e934e4 100644
--- a/lang/scheme48/Makefile
+++ b/lang/scheme48/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Jan 1995
# Whom: jmacd@uclink.berkeley.edu
#
-# $Id: Makefile,v 1.3 1995/04/15 05:44:45 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/15 23:38:48 jmacd Exp $
#
DISTNAME= scheme48-0.36
@@ -16,5 +16,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET = enough
NO_WRKSUBDIR= yes
+STRIP=
.include <bsd.port.mk>