summaryrefslogtreecommitdiff
path: root/x11/9term
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-09 03:19:49 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-09 03:19:49 +0000
commit495025520344e597a1425bc14f9c38be51f20198 (patch)
tree3b8b068a450d08738e82b0868b0c27f57bd87965 /x11/9term
parentAuthor's web page moved. (diff)
Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now. Reviewed by: the ports list
Notes
Notes: svn path=/head/; revision=15939
Diffstat (limited to 'x11/9term')
-rw-r--r--x11/9term/Makefile6
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>