diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-09 03:19:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-09 03:19:49 +0000 |
commit | 495025520344e597a1425bc14f9c38be51f20198 (patch) | |
tree | 3b8b068a450d08738e82b0868b0c27f57bd87965 /x11/9term | |
parent | a6652804cad499c977861072b55b1945ed80b54e (diff) | |
download | ports-495025520344e597a1425bc14f9c38be51f20198.tar.gz ports-495025520344e597a1425bc14f9c38be51f20198.zip |
Notes
Diffstat (limited to 'x11/9term')
-rw-r--r-- | x11/9term/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index d9862cae8130..d77cb2fa42e8 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -3,12 +3,12 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.8 1998/11/28 09:07:17 asami Exp $ +# $Id: Makefile,v 1.9 1998/12/26 22:03:26 asami Exp $ # DISTNAME= 9term.1.6.3 PKGNAME= 9term-1.6.3 -CATEGORIES= plan9 x11 +CATEGORIES= x11 plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ MAINTAINER= erich@FreeBSD.org @@ -19,7 +19,7 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/plan9/sam:extract USE_XLIB= yes MAN1= 9term.1 MANCOMPRESSED= yes -MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${PORTSDIR}/plan9/sam +MAKE_ENV= SAMDIR=${WRKDIRPREFIX}${.CURDIR}/../../editors/sam NO_WRKSUBDIR= yes .include <bsd.port.mk> |