pkgsrc/x11/xview-lib/patches/patch-eb
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

22 lines
515 B
Text

$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)"