2013-09-26 17:14:40 +02:00

23 lines
515 B
Plaintext

$NetBSD: patch-eb,v 1.2 2009/12/10 20:35:58 abs Exp $
--- util/Imakefile.orig 1993-06-29 05:14:22.000000000 +0000
+++ util/Imakefile
@@ -16,7 +16,7 @@ SOELIM_DIR = soelim
CONV_DIR = conversion
-MSG_UTIL = xgettext msgfmt
+#MSG_UTIL = xgettext msgfmt
SUBDIRS = $(CPP_DIR) $(SOELIM_DIR) $(CONV_DIR) $(MSG_UTIL)
@@ -24,7 +24,7 @@ MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
install::
- $(MKDIRHIER) $(BINDIR)
+ $(MKDIRHIER) $(DESTDIR)$(BINDIR)
includes::
echo "no includes in $(CURRENT_DIR)"