blob: 1232eeb5502f4fb9a71466d09568b237a92d269c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.6 2012/01/03 01:18:46 dholland Exp $
Configure for pkgsrc.
--- bin/boolean.sh.orig 2007-02-27 08:54:20.000000000 +0100
+++ bin/boolean.sh
@@ -1,7 +1,5 @@
#! /bin/sh
-PATH=/opt/protools/boolean/6.6/boolean/apps/edit:$PATH
-
-GDSROOT=/opt/protools/boolean/6.6/boolean/apps/edit
+GDSROOT=@prefix@/share/boolean
export GDSROOT
echo "boolean operation program"
|