summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-24 09:20:33 +0000
committeragc <agc@pkgsrc.org>1998-04-24 09:20:33 +0000
commit6e7b5cf644158de0e1058472011e5e43a2964208 (patch)
tree952fea766de99c1f4b39d1e2deb68084fcb17624 /plan9
parent4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff)
downloadpkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'plan9')
-rw-r--r--plan9/9term/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile
index 413571ceca5..2fe8f780b7a 100644
--- a/plan9/9term/Makefile
+++ b/plan9/9term/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:31 frueauf Exp $
+# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:36 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= packages@netbsd.org
# needs library and private header, but not during runtime
-BUILD_DEPENDS= ${PORTSDIR}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:${PORTSDIR}/plan9/sam
+BUILD_DEPENDS= ../../plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam
OPSYS!= uname -s
.if (${OPSYS} == "NetBSD")