diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-29 11:55:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-29 11:55:04 +0800 |
commit | 1765c67f277da3d5b429a6543e7bc591d3388ac6 (patch) | |
tree | 1bc6fa62703862888119dd1dbb00a9fa5339a03b /cad/astk-serveur/Makefile | |
parent | 962c744f09815ed76be39bfbdddd0a72fd9d4be4 (diff) | |
download | freebsd-ports-gnome-1765c67f277da3d5b429a6543e7bc591d3388ac6.tar.gz freebsd-ports-gnome-1765c67f277da3d5b429a6543e7bc591d3388ac6.tar.zst freebsd-ports-gnome-1765c67f277da3d5b429a6543e7bc591d3388ac6.zip |
cad/astk-client: chasing tk83 -> tk84 + defining more tools.
1) cad/astk-serveur has been switched from tcl/tk 83 to 84 (see
Message-ID: <200308170148.h7H1m91d025773@repoman.freebsd.org>)
=> we have to bump the client's PORTREVISION to chase this upgrade.
2) Since I'm there, I have defined Gmsh & Grace in the tools config.
Note: this is missing from the original tarball, and should be fixed
within the next release.
PR: ports/55707
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'cad/astk-serveur/Makefile')
-rw-r--r-- | cad/astk-serveur/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 83297043a18e..a82a23fa6be8 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -190,6 +190,7 @@ post-patch: ${WRKSRC}/lib/ASTK/init.tcl @${RM} ${WRKSRC}/lib/ASTK/init.tcl.orig @${RM} ${WRKSRC}/share/tkselecteur.tcl.orig + @${RM} ${WRKSRC}/lib/ASTK/astkrc/outils.orig .endif do-install: |