mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
$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"
|