diff options
author | agc <agc> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-24 09:20:33 +0000 |
commit | 4cb376d208c6930263ef1594befa6cda48bb9463 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /x11/tk80 | |
parent | 95682d152ea69dc895642a7dc79a92b2fb524420 (diff) | |
download | pkgsrc-4cb376d208c6930263ef1594befa6cda48bb9463.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'x11/tk80')
-rw-r--r-- | x11/tk80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index 72179a54312..4c223fbf36f 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/04/22 14:22:50 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/04/24 09:20:39 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp # @@ -14,7 +14,7 @@ DEPENDS+= tcl-8.0p2:../../lang/tcl80 WRKSRC= ${WRKDIR}/tk8.0/unix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared -CONFIGURE_ENV+= PORTSDIR=${PORTSDIR} +CONFIGURE_ENV+= PORTSDIR=${.CURDIR}/../../../../.. MAN1= wish.1 MAN3= 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 \ |