diff options
Diffstat (limited to 'math/udunits/patches/patch-aa')
-rw-r--r-- | math/udunits/patches/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/math/udunits/patches/patch-aa b/math/udunits/patches/patch-aa index 784f5889da1..afb64bb9175 100644 --- a/math/udunits/patches/patch-aa +++ b/math/udunits/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.3 2001/04/28 01:20:35 jtb Exp $ +$NetBSD: patch-aa,v 1.4 2002/12/24 17:21:04 jmmv Exp $ ---- port/master.mk.in.orig Wed Feb 7 03:58:38 2001 +--- port/master.mk.in.orig Wed Nov 25 17:26:56 1998 +++ port/master.mk.in -@@ -387,7 +387,7 @@ +@@ -351,7 +351,7 @@ dummy_incdir $(INCDIR): + ############################################################################ + # `etc/' files: + ############################################################################ +-ETCDIR = $(prefix)/etc ++ETCDIR = @datadir@/examples/udunits + ETCFILE = dummy-etcfile # to silence GNU make(1) + + installed_etcfiles: +@@ -387,7 +387,7 @@ MANUAL = dummy-manual # to slience GNU WHATIS = @WHATIS@ # The following macro should be empty on systems that don't # allow users to create their own manual-page indexes. |