diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-26 22:03:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-26 22:03:29 +0000 |
commit | 270a2f6617138010f8cd1abdcb8d374fab4ebba4 (patch) | |
tree | 5206c57982057c83373dad60a01919cebbb5db57 /x11/9term | |
parent | ea6cb8add3c27ffec132eca72be23b967dfc2d11 (diff) | |
download | ports-270a2f6617138010f8cd1abdcb8d374fab4ebba4.tar.gz ports-270a2f6617138010f8cd1abdcb8d374fab4ebba4.zip |
Make this work with WRKDIRPREFIX.
Notes
Notes:
svn path=/head/; revision=15644
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 0681838df89c..d9862cae8130 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 a587c0a88d16..5b8594ec3b16 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 |