From 0783ea67804cbd4492af4aca3f7176bf06c0a6d5 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 23 Feb 2003 08:03:41 +0000 Subject: - add pre-fetch target --- x11-toolkits/tk84/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits/tk84') diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index e32ad87c9df6..36fda83ded63 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -340,6 +340,10 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ .include +pre-fetch: + (cd ${PORTSDIR}/lang/tcl84 && \ + ${SETENV} ${MAKE_ENV} ${MAKE} fetch) + post-install: ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/tk${TK_VER}/ .if exists(${PKGINSTALL}) -- cgit