1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/scm/files/patch-ac
Kevin Lo 463ca00a31 Update to version 5d3
PR: 20654
Submitted by: Ports Fury
2000-08-18 16:29:21 +00:00

10 lines
258 B
Plaintext

--- build.orig Mon Feb 7 06:05:12 2000
+++ build Tue Aug 15 05:17:25 2000
@@ -1,5 +1,5 @@
#!/bin/sh
-:;exec scmlit -f $0 -e"(bi)" build $*
+:;exec $SCMLIT -f $0 -e"(bi)" build $*
(require (in-vicinity (program-vicinity) "build.scm"))
(require 'getopt)