diff options
author | asami <asami@FreeBSD.org> | 1999-01-18 10:20:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-18 10:20:27 +0000 |
commit | 1f54585e3e59497672f747f09ecaf7ceca1a8a8a (patch) | |
tree | 907f72de36da637f1aa551dd2e092180e48c0e5e /x11/9term | |
parent | 5c1c5bf8042c04ddb59bb7ae1533cc436cfbc7d0 (diff) | |
download | FreeBSD-ports-1f54585e3e59497672f747f09ecaf7ceca1a8a8a.zip FreeBSD-ports-1f54585e3e59497672f747f09ecaf7ceca1a8a8a.tar.gz |
Correctly refer to sam's build directory.
Diffstat (limited to 'x11/9term')
-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 cd261d6..9302ece 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 fdcefb4..5991ac8 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 |