diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-23 16:03:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-23 16:03:41 +0800 |
commit | 0783ea67804cbd4492af4aca3f7176bf06c0a6d5 (patch) | |
tree | 5801349effc9a2aac08b8a5ce1e420b8302491c8 /x11-toolkits/tk84 | |
parent | c64fb327b083f656a7a159fa276f4618e668c3b3 (diff) | |
download | freebsd-ports-gnome-0783ea67804cbd4492af4aca3f7176bf06c0a6d5.tar.gz freebsd-ports-gnome-0783ea67804cbd4492af4aca3f7176bf06c0a6d5.tar.zst freebsd-ports-gnome-0783ea67804cbd4492af4aca3f7176bf06c0a6d5.zip |
- 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 e32ad87c9df6..36fda83ded63 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}) |