diff options
author | asami <asami@FreeBSD.org> | 1998-10-26 15:32:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-26 15:32:49 +0800 |
commit | be80d4a74887fb9d24144c3d476bbae7184b0a2e (patch) | |
tree | 33d17e1bd7be35a28dad52ae4e1d49e8a27abcac /japanese/jvim3 | |
parent | fa2d2a3bb91232bac2e675d57a8de05c3644c5cf (diff) | |
download | freebsd-ports-gnome-be80d4a74887fb9d24144c3d476bbae7184b0a2e.tar.gz freebsd-ports-gnome-be80d4a74887fb9d24144c3d476bbae7184b0a2e.tar.zst freebsd-ports-gnome-be80d4a74887fb9d24144c3d476bbae7184b0a2e.zip |
Mark broken, can't fetch....
-------
>> Attempting to fetch from http://spock.vector.co.jp/authors/VA003457/vim/vim3/1.3d/.
fetch: jvim.1.3d.tar.gz: resource has moved temporarily to `http://hp.vector.co.jp/authors/VA003457/vim/vim3/1.3d/jvim.1.3d.tar.gz'
fetch: jvim.1.3d.tar.gz: resource has moved temporarily to `http://www.vector.co.jp/messages/not_found.html'
Receiving jvim.1.3d.tar.gz: 1 Kbytes
1126 bytes transfered in 0.2 seconds (6.38 Kbytes/s)
Diffstat (limited to 'japanese/jvim3')
-rw-r--r-- | japanese/jvim3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index b29f87da1a58..40249f127f37 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -3,7 +3,7 @@ # Date created: 97/10/30 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/20 15:52:55 kuriyama Exp $ # DISTNAME= vim @@ -18,6 +18,8 @@ MAINTAINER= taoka@infonets.hiroshima-u.ac.jp LIB_DEPENDS= ${LIB_INPUT_METHOD} BUILD_DEPENDS= ${BUILD_INPUT_METHOD} +BROKEN= fetch + PATCHDIR= ${.CURDIR}/../jvim3/patches FILESDIR= ${.CURDIR}/../jvim3/files .if !defined(WNN6) |