diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-18 10:20:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-18 10:20:27 +0000 |
commit | ba0f21a84685a0163dec9fa3e7bcc3af753af2f7 (patch) | |
tree | 91ecdb937a3d8bb9c22daff0fd917e63eedea3e0 /x11 | |
parent | Move xshodou from x11 to japanese. (diff) |
Correctly refer to sam's build directory.
Notes
Notes:
svn path=/head/; revision=16182
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9term/Makefile | 4 | ||||
-rw-r--r-- | x11/9term/files/patch-ad | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index cd261d63d6b6..9302ece94ca6 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.11 1999/01/09 03:36:14 asami Exp $ +# $Id: Makefile,v 1.12 1999/01/11 03:14:09 asami Exp $ # DISTNAME= 9term.1.6.3 @@ -19,7 +19,7 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/editors/sam:build USE_XLIB= yes MAN1= 9term.1 MANCOMPRESSED= yes -MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam +MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam/work NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/x11/9term/files/patch-ad b/x11/9term/files/patch-ad index fdcefb4b2fb1..5991ac851445 100644 --- a/x11/9term/files/patch-ad +++ b/x11/9term/files/patch-ad @@ -10,7 +10,7 @@ -BINDIR=/usr/pgrad/matty/bin/$(cputype) +OS= -D_LIBXG_EXTENSION -DSUNOS + -+SAMPATH=../../../sam/work ++SAMPATH=${SAMDIR} + +BINDIR=. # where we'll install it |