diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-05 17:03:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-05 17:03:40 +0000 |
commit | 3f4c0abac805a15cabff103f58746f61fcd1a406 (patch) | |
tree | 77d43c7d3e52b07fd68a85dc1d37176df21391c2 /korean | |
parent | Upgrade repository copies to tcl/tk 8.2 (diff) |
Still not quite sure what the 'trick' is, but do it in pre-extract instead
of post-fetch so we don't get a stray work directory on a 'make fetch'.
Notes
Notes:
svn path=/head/; revision=21275
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hlatex-psfonts-wansung/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/hlatex-psfonts-wansung/Makefile b/korean/hlatex-psfonts-wansung/Makefile index 66534310ed9b..63257b74e417 100644 --- a/korean/hlatex-psfonts-wansung/Makefile +++ b/korean/hlatex-psfonts-wansung/Makefile @@ -33,7 +33,7 @@ HLATEX_PSFONTS_BASE = pkmj.tar.bz2 pkgt.tar.bz2 \ phsym.tar.bz2 ptaza.tar.bz2 # it is a trick -post-fetch: +pre-extract: ${MKDIR} ${WRKDIR} # Installation according to readme.ks |