diff options
author | minskim <minskim> | 2006-01-22 04:50:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-01-22 04:50:16 +0000 |
commit | d9b27f7cf14a09fdaea2d1508611efe60d216fb6 (patch) | |
tree | 3472bc22f1642f9e1dee497e644ec6b9512c155e /editors/jed | |
parent | 909eca7164bb260469f4c89d415700921009bb1c (diff) | |
download | pkgsrc-d9b27f7cf14a09fdaea2d1508611efe60d216fb6.tar.gz |
Make "install" a phony target so that it works on a case-insensitive
file system.
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/distinfo | 3 | ||||
-rw-r--r-- | editors/jed/patches/patch-ad | 10 |
2 files changed, 12 insertions, 1 deletions
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 |