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 | 253f88a8249901b2dab3e7c80cc68da268353501 (patch) | |
tree | 24a46ee0aef6bad99ca23aae6915d698c8d04bc2 /net/adns/patches | |
parent | 5cbcc1837f08aa431b5dc25d3bb81c93799d3ee6 (diff) | |
download | pkgsrc-253f88a8249901b2dab3e7c80cc68da268353501.tar.gz |
Make "install" a phony target, so that it works on a case-insensitive
file system.
Diffstat (limited to 'net/adns/patches')
-rw-r--r-- | net/adns/patches/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
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 |