diff options
author | agc <agc> | 2000-07-20 11:12:07 +0000 |
---|---|---|
committer | agc <agc> | 2000-07-20 11:12:07 +0000 |
commit | d246bf3e1a2a05e05736ca5a28ad8ac33b80159d (patch) | |
tree | c66256b9dd3b7eca5cf2b4215c45aae156a07ac4 /plan9 | |
parent | f4d4c86d4ab821473d22ed806bf0def67b4ca210 (diff) | |
download | pkgsrc-d246bf3e1a2a05e05736ca5a28ad8ac33b80159d.tar.gz |
Update the paths in the patched Makefiles to reflect the fact that the
location of the sam package has been changed to be under the editors
category.
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/9term/patches/patch-aa | 4 | ||||
-rw-r--r-- | plan9/9term/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plan9/9term/patches/patch-aa b/plan9/9term/patches/patch-aa index c3424b8a46e..200aecfe577 100644 --- a/plan9/9term/patches/patch-aa +++ b/plan9/9term/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 1998/08/07 11:11:14 agc Exp $ +$NetBSD: patch-aa,v 1.6 2000/07/20 11:12:07 agc Exp $ --- libtext/Makefile.orig Thu Jun 2 03:01:19 1994 +++ libtext/Makefile Fri Sep 26 16:44:27 1997 @@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.5 1998/08/07 11:11:14 agc Exp $ # if your compiler supports posix-compatible compilation -OS=-DSOLARIS +OS=-DSUNOS -O2 -+SAMDIR=${PKGSRCDIR}/plan9/sam/${WRKDIR:T} ++SAMDIR=${PKGSRCDIR}/editors/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 6f18e24b4f8..cb8155a87a8 100644 --- a/plan9/9term/patches/patch-ab +++ b/plan9/9term/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.6 1999/10/04 23:16:02 simonb Exp $ +$NetBSD: patch-ab,v 1.7 2000/07/20 11:12:07 agc Exp $ --- 9term/9term.c.orig Fri Jun 3 09:35:39 1994 +++ 9term/9term.c Fri Sep 26 16:45:48 1997 @@ -94,7 +94,7 @@ $NetBSD: patch-ab,v 1.6 1999/10/04 23:16:02 simonb Exp $ -BINDIR=/usr/pgrad/matty/bin/$(cputype) +OS= -D_LIBXG_EXTENSION -DSUNOS + -+SAMPATH=${PKGSRCDIR}/plan9/sam/${WRKDIR:T} ++SAMPATH=${PKGSRCDIR}/editors/sam/${WRKDIR:T} + +BINDIR=. # where we'll install it |