- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
13 lines
376 B
Text
13 lines
376 B
Text
$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))
|