diff options
author | asami <asami@FreeBSD.org> | 1995-04-25 06:31:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-25 06:31:59 +0800 |
commit | 75c1de4c1e113d4479b11bbf4b5075606d65d154 (patch) | |
tree | 2fe6b7c33374210441398e8530c33f9b03293506 /lang | |
parent | 1b0a718ca663029eb53d745f0668d109b9be0f71 (diff) | |
download | freebsd-ports-gnome-75c1de4c1e113d4479b11bbf4b5075606d65d154.tar.gz freebsd-ports-gnome-75c1de4c1e113d4479b11bbf4b5075606d65d154.tar.zst freebsd-ports-gnome-75c1de4c1e113d4479b11bbf4b5075606d65d154.zip |
Add "STRIP=", scheme48 is a shell script.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scheme48/Makefile | 3 |
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> |