summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authoragc <agc>1998-05-08 15:44:59 +0000
committeragc <agc>1998-05-08 15:44:59 +0000
commit719e4fa132fd76fe37be870ccfe25ef498115e66 (patch)
treef5e586403b7a5b93466e70544e00e8586b9430bd /plan9
parent6d8b084312200f1cb97894f27a599b5f3f60ce07 (diff)
downloadpkgsrc-719e4fa132fd76fe37be870ccfe25ef498115e66.tar.gz
Use the PKGSRCDIR variable we passed down from the package Makefile.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9term/patches/patch-aa2
-rw-r--r--plan9/9term/patches/patch-ab2
2 files changed, 2 insertions, 2 deletions
diff --git a/plan9/9term/patches/patch-aa b/plan9/9term/patches/patch-aa
index b8ca9a80055..415b7f1284c 100644
--- a/plan9/9term/patches/patch-aa
+++ b/plan9/9term/patches/patch-aa
@@ -6,7 +6,7 @@
# if your compiler supports posix-compatible compilation
-OS=-DSOLARIS
+OS=-DSUNOS -O2
-+SAMDIR=../../../sam/${WRKDIR:T}
++SAMDIR=${PKGSRCDIR}/plan9/sam/${WRKDIR:T}
# add -Iincludedir for any include directories that need to be searched
# for posix header files
diff --git a/plan9/9term/patches/patch-ab b/plan9/9term/patches/patch-ab
index a0c1cc7e61b..672162b9421 100644
--- a/plan9/9term/patches/patch-ab
+++ b/plan9/9term/patches/patch-ab
@@ -92,7 +92,7 @@
-BINDIR=/usr/pgrad/matty/bin/$(cputype)
+OS= -D_LIBXG_EXTENSION -DSUNOS
+
-+SAMPATH=../../../sam/${WRKDIR:T}
++SAMPATH=${PKGSRCDIR}/plan9/sam/${WRKDIR:T}
+
+BINDIR=. # where we'll install it