diff options
author | agc <agc> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-24 09:20:33 +0000 |
commit | 27373d3b5e6a666045341da72e3b35f417394fdc (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /x11/tkcron | |
parent | 8b8e62f76f0bd9a6f565604d4889c325d544b405 (diff) | |
download | pkgsrc-27373d3b5e6a666045341da72e3b35f417394fdc.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'x11/tkcron')
-rw-r--r-- | x11/tkcron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tkcron/Makefile b/x11/tkcron/Makefile index ff5afdd75ad..8194c752b1c 100644 --- a/x11/tkcron/Makefile +++ b/x11/tkcron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:55 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/24 09:20:39 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/22 20:10:39 jseger Exp # @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tcl.gz MAINTAINER= sander@haldjas.folklore.ee -RUN_DEPENDS= wish8\.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:../../x11/tk80 EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd |