6c1697a655
- use buildlink2 - it needs MesaLib - added missing entries into PLIST - /usr/local, /usr/pkg --> ${PREFIX} - modified the way of handling LDFLAGS - and some minor stuff
14 lines
348 B
Text
14 lines
348 B
Text
$NetBSD: patch-an,v 1.2 2002/10/15 11:27:12 kei Exp $
|
|
|
|
--- /dev/null Fri Aug 30 18:51:55 2002
|
|
+++ ../bin/mzscheme Fri Aug 30 19:06:01 2002
|
|
@@ -0,0 +1,9 @@
|
|
+#!/bin/sh
|
|
+# This script was created by make-mzscheme-launcher
|
|
+
|
|
+if [ "$PLTHOME" = '' ] ; then
|
|
+ PLTHOME="@PREFIX@/lib/plt"
|
|
+ export PLTHOME
|
|
+fi
|
|
+
|
|
+exec "${PLTHOME}/bin/mzscheme" ${1+"$@"}
|