diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-09 06:22:14 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-08-09 06:22:14 +0000 |
commit | d3338efdce4d73a33df7e534d421ab26d0d87115 (patch) | |
tree | 42d722a4e94800229d12bfb89801caa0dfeff7c1 | |
parent | Add a bunch of new flim/semi/wemi directories. (diff) |
To avoid stopping in "make fetch-list" on /usr/ports
Noticed by: simokawa@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=20623
-rw-r--r-- | japanese/Wnn6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Wnn6/Makefile b/japanese/Wnn6/Makefile index 8cdb179e8eaa..0a2fa11d1008 100644 --- a/japanese/Wnn6/Makefile +++ b/japanese/Wnn6/Makefile @@ -3,7 +3,7 @@ # Date created: 15 July 1997 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # -# $Id: Makefile,v 1.22 1999/01/18 02:41:07 steve Exp $ +# $Id: Makefile,v 1.23 1999/05/01 04:00:20 taoka Exp $ # DISTNAME= OMRONWnn6 @@ -28,6 +28,8 @@ IS_INTERACTIVE= yes do-fetch: @${DO_NADA} +fetch-list: + @${DO_NADA} # If ${.CURDIR}/work/.build_done (which will be ${BUILD_COOKIE}) exists, # we do nothing in a 'do-fetch' stage. |