diff options
author | minskim <minskim@pkgsrc.org> | 2006-02-07 03:54:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-02-07 03:54:25 +0000 |
commit | c1108e7f3b4edbe02069f717b7126853ce6b94ee (patch) | |
tree | 24a46ee0aef6bad99ca23aae6915d698c8d04bc2 /net/adns | |
parent | c4161d09637327844950b3292a2cc883d9b8fba2 (diff) | |
download | pkgsrc-c1108e7f3b4edbe02069f717b7126853ce6b94ee.tar.gz |
Make "install" a phony target, so that it works on a case-insensitive
file system.
Diffstat (limited to 'net/adns')
-rw-r--r-- | net/adns/distinfo | 3 | ||||
-rw-r--r-- | net/adns/patches/patch-ag | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/adns/distinfo b/net/adns/distinfo index 55be80a319e..b12b208c47c 100644 --- a/net/adns/distinfo +++ b/net/adns/distinfo @@ -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-ac) = 2928cd6ccd224bc6d355e52b2f8dc149beaaff84 SHA1 (patch-ad) = 5ce6a933673c82b2058ff67223057bbf18f5d8bb SHA1 (patch-ae) = fdcc3815b880538ef2c124c7ff3c0ac74b25a14f SHA1 (patch-af) = f1372fe9216161d423602318a812e7f06e0f0a92 +SHA1 (patch-ag) = ffe081833324dbd28b15408ee7ce4b3a232382e2 diff --git a/net/adns/patches/patch-ag b/net/adns/patches/patch-ag new file mode 100644 index 00000000000..18396b5664f --- /dev/null +++ b/net/adns/patches/patch-ag @@ -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 |