mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
$NetBSD: patch-en,v 1.1 2009/12/10 20:35:58 abs Exp $
|
|
|
|
--- Imakefile.orig 1994-06-26 01:47:22.000000000 +0000
|
|
+++ Imakefile
|
|
@@ -43,7 +43,7 @@ install::
|
|
echo "deleting temporary build directory $(BUILDINCDIR) ..."; \
|
|
$(RM) -r $(BUILDINCDIR); \
|
|
else exit 0; fi
|
|
- $(MKDIRHIER) $(XVDESTDIR)
|
|
+ $(MKDIRHIER) $(DESTDIR)$(XVDESTDIR)
|
|
#endif
|
|
|
|
InstallManPage(xview,$(MANDIR))
|