pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/adns Make "install" a phony target, so that it wor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bc2105e90f4
branches:  trunk
changeset: 507705:7bc2105e90f4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 07 03:54:25 2006 +0000

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

diffstat:

 net/adns/distinfo         |   3 ++-
 net/adns/patches/patch-ag |  10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 821646b5a75d -r 7bc2105e90f4 net/adns/distinfo
--- a/net/adns/distinfo Tue Feb 07 03:48:43 2006 +0000
+++ b/net/adns/distinfo Tue Feb 07 03:54:25 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/02/07 03:48:43 minskim Exp $
+$NetBSD: distinfo,v 1.12 2006/02/07 03:54:25 minskim Exp $
 
 SHA1 (adns-1.1.tar.gz) = cd47dfc819b147b3275eaf6316f17f15be7187e5
 RMD160 (adns-1.1.tar.gz) = c6198f864afc40657dd94b7a94cf59a483ab7581
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 5ce6a933673c82b2058ff67223057bbf18f5d8bb
 SHA1 (patch-ae) = fdcc3815b880538ef2c124c7ff3c0ac74b25a14f
 SHA1 (patch-af) = f1372fe9216161d423602318a812e7f06e0f0a92
+SHA1 (patch-ag) = ffe081833324dbd28b15408ee7ce4b3a232382e2
diff -r 821646b5a75d -r 7bc2105e90f4 net/adns/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/adns/patches/patch-ag Tue Feb 07 03:54:25 2006 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-ag,v 1.1 2006/02/07 03:54:25 minskim Exp $
+
+--- Makefile.in.orig   2003-07-01 14:59:38.000000000 -0700
++++ Makefile.in
+@@ -75,3 +75,5 @@ README:                      README.html
+ 
+ TAGS info dvi:
+       # do nothing
++
++.PHONY: install



Home | Main Index | Thread Index | Old Index