Add "STRIP=", scheme48 is a shell script.

This commit is contained in:
Satoshi Asami 1995-04-24 22:31:59 +00:00
parent f7595f0968
commit 77afdc76ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1529

View File

@ -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>