diff options
author | asami <asami@FreeBSD.org> | 1998-12-26 22:03:29 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-26 22:03:29 +0000 |
commit | c2f567c13b0c943448648927655e118750b95b01 (patch) | |
tree | e65e9ebd8158d3d0de9c270f01d8df334dc75d17 /x11/9term | |
parent | 1225aedec9904638b882950df56c29f4c2bd958b (diff) | |
download | FreeBSD-ports-c2f567c13b0c943448648927655e118750b95b01.zip FreeBSD-ports-c2f567c13b0c943448648927655e118750b95b01.tar.gz |
Make this work with WRKDIRPREFIX.
Diffstat (limited to 'x11/9term')
-rw-r--r-- | x11/9term/Makefile | 6 | ||||
-rw-r--r-- | x11/9term/files/patch-aa | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 0681838..d9862ca 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.7 1998/11/21 17:18:15 steve Exp $ +# $Id: Makefile,v 1.8 1998/11/28 09:07:17 asami Exp $ # DISTNAME= 9term.1.6.3 @@ -14,12 +14,12 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= erich@FreeBSD.org # needs library and private header, but not during runtime -BUILD_DEPENDS= /always_build_it:${PORTSDIR}/plan9/sam +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/plan9/sam:extract USE_XLIB= yes MAN1= 9term.1 MANCOMPRESSED= yes - +MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${PORTSDIR}/plan9/sam NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/x11/9term/files/patch-aa b/x11/9term/files/patch-aa index a587c0a..5b8594e 100644 --- a/x11/9term/files/patch-aa +++ b/x11/9term/files/patch-aa @@ -16,12 +16,11 @@ # add name of library AR=ar ---- 5,19 ---- +--- 5,18 ---- # # Additionally, -D_POSIX_SOURCE (or its equivalent) may be specified # if your compiler supports posix-compatible compilation ! OS=-DSUNOS -O2 -! SAMDIR=../../../sam/work # add -Iincludedir for any include directories that need to be searched # for posix header files |