From 77862c78d00b5d6c82fb21b59fe323bbfd3fe574 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 22 Jan 2006 04:50:16 +0000 Subject: Make "install" a phony target so that it works on a case-insensitive file system. --- editors/jed/distinfo | 3 ++- editors/jed/patches/patch-ad | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 editors/jed/patches/patch-ad (limited to 'editors/jed') diff --git a/editors/jed/distinfo b/editors/jed/distinfo index 505d386ac6c..7e779731b1e 100644 --- a/editors/jed/distinfo +++ b/editors/jed/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2005/02/23 17:15:11 agc Exp $ +$NetBSD: distinfo,v 1.11 2006/01/22 04:50:16 minskim Exp $ SHA1 (jed-0.99-16.tar.bz2) = 34649571fb5caa61314553c10db2e15ebf248d82 RMD160 (jed-0.99-16.tar.bz2) = 1c7dc29feb7513a46af13ead11e6abf3f5303ec3 @@ -6,3 +6,4 @@ Size (jed-0.99-16.tar.bz2) = 667623 bytes SHA1 (patch-aa) = da971ebf501a733fece8f968a0168461cbebb4c3 SHA1 (patch-ab) = 38c8708fbfff84afa67aeb8691bdbd021156ab82 SHA1 (patch-ac) = ea69205bac45e1e4c340a33cb85a466728410d35 +SHA1 (patch-ad) = 3d1d08c1d70bbfca9608fac5c378fae6928ed4c0 diff --git a/editors/jed/patches/patch-ad b/editors/jed/patches/patch-ad new file mode 100644 index 00000000000..5c761dd87a6 --- /dev/null +++ b/editors/jed/patches/patch-ad @@ -0,0 +1,10 @@ +$NetBSD: patch-ad,v 1.1 2006/01/22 04:50:17 minskim Exp $ + +--- autoconf/Makefile.in.orig 2002-10-19 23:55:30.000000000 -0700 ++++ autoconf/Makefile.in +@@ -33,3 +33,5 @@ getmail: + # directory as a symbolic link to a local disk instead of an NFS mounted one. + symlinks: + cd src; $(MAKE) symlinks ++ ++.PHONY: install -- cgit v1.2.3