diff options
author | steve <steve@FreeBSD.org> | 1999-09-05 17:03:40 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-05 17:03:40 +0000 |
commit | 782e4d0da2ed121ca59d6c6ac05d1cdb17310e8c (patch) | |
tree | 71f7c4c7271614b0178db376a77ea8bf6c0a3a26 /korean | |
parent | fff05737ca452efe920f97bd2f564e8da1a93200 (diff) | |
download | FreeBSD-ports-782e4d0da2ed121ca59d6c6ac05d1cdb17310e8c.zip FreeBSD-ports-782e4d0da2ed121ca59d6c6ac05d1cdb17310e8c.tar.gz |
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'.
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 6653431..63257b7 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 |