diff options
author | agc <agc@pkgsrc.org> | 1998-05-08 15:44:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-05-08 15:44:59 +0000 |
commit | 1881fd6419a3014a850b62a11c818d56f91fdb04 (patch) | |
tree | f5e586403b7a5b93466e70544e00e8586b9430bd /plan9 | |
parent | 96f25825d324ae131f1248a44621d25dff1f129b (diff) | |
download | pkgsrc-1881fd6419a3014a850b62a11c818d56f91fdb04.tar.gz |
Use the PKGSRCDIR variable we passed down from the package Makefile.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/patches/patch-aa | 2 | ||||
-rw-r--r-- | plan9/9term/patches/patch-ab | 2 |
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 |