diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-23 08:03:41 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-23 08:03:41 +0000 |
commit | 0783ea67804cbd4492af4aca3f7176bf06c0a6d5 (patch) | |
tree | 5801349effc9a2aac08b8a5ce1e420b8302491c8 /x11-toolkits/tk84 | |
parent | c64fb327b083f656a7a159fa276f4618e668c3b3 (diff) | |
download | FreeBSD-ports-0783ea67804cbd4492af4aca3f7176bf06c0a6d5.zip FreeBSD-ports-0783ea67804cbd4492af4aca3f7176bf06c0a6d5.tar.gz |
- add pre-fetch target
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index e32ad87..36fda83 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/Makefile @@ -340,6 +340,10 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \ .include <bsd.port.pre.mk> +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}) |