pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/jed Make "install" a phony target so that it w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3e237331062
branches:  trunk
changeset: 506808:e3e237331062
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jan 22 04:50:16 2006 +0000

description:
Make "install" a phony target so that it works on a case-insensitive
file system.

diffstat:

 editors/jed/distinfo         |   3 ++-
 editors/jed/patches/patch-ad |  10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 749cf550f2a4 -r e3e237331062 editors/jed/distinfo
--- a/editors/jed/distinfo      Sun Jan 22 04:36:55 2006 +0000
+++ b/editors/jed/distinfo      Sun Jan 22 04:50:16 2006 +0000
@@ -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 @@
 SHA1 (patch-aa) = da971ebf501a733fece8f968a0168461cbebb4c3
 SHA1 (patch-ab) = 38c8708fbfff84afa67aeb8691bdbd021156ab82
 SHA1 (patch-ac) = ea69205bac45e1e4c340a33cb85a466728410d35
+SHA1 (patch-ad) = 3d1d08c1d70bbfca9608fac5c378fae6928ed4c0
diff -r 749cf550f2a4 -r e3e237331062 editors/jed/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/jed/patches/patch-ad      Sun Jan 22 04:50:16 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index