Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
$NetBSD: patch-bg,v 1.1 2010/04/05 22:52:23 markd Exp $
--- config/InterViews/Imakefile.orig 2003-10-22 18:13:37.000000000 +0000
+++ config/InterViews/Imakefile
@@ -8,11 +8,11 @@ IvmkcmTargets($(PACKAGE))
#if !InstallRelative
install::
- MakeDir($(CONFIGDIR)/InterViews)
- $(INSTALL) -c $(INSTINCFLAGS) *.cf $(CONFIGDIR)/InterViews
+ MakeDir($(DESTDIR)$(CONFIGDIR)/InterViews)
+ $(INSTALL) -c $(INSTINCFLAGS) *.cf $(DESTDIR)$(CONFIGDIR)/InterViews
uninstall::
- (cd $(CONFIGDIR)/InterViews; $(RM) *.cf)
+ (cd $(DESTDIR)$(CONFIGDIR)/InterViews; $(RM) *.cf)
#endif