summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/patches/patch-ac')
-rw-r--r--parallel/mpi-ch/patches/patch-ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/parallel/mpi-ch/patches/patch-ac b/parallel/mpi-ch/patches/patch-ac
deleted file mode 100644
index 159b71275b3..00000000000
--- a/parallel/mpi-ch/patches/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ac,v 1.8 2010/12/17 02:47:18 asau Exp $
-
-Install sample configuration files in example directory.
-
---- src/mpe2/sbin/mpeinstall.in.orig 2009-01-31 02:56:35.000000000 +0300
-+++ src/mpe2/sbin/mpeinstall.in 2009-03-22 21:29:26.000000000 +0300
-@@ -487,14 +487,16 @@
- fi
- fi
-
-+exampledir=${datadir}/examples
-+
- # Install compiler configuration files
- if [ -n "$etcbuild_dir" ] ; then
- if [ -d $etcbuild_dir ] ; then
-- echo "Installing $pkgname configuration files to $DESTDIR$sysconfdir"
-- MkDir $sysconfdir
-+ echo "Installing $pkgname configuration files to $DESTDIR$exampledir"
-+ MkDir $exampledir
- cd $etcbuild_dir && \
- for file in *.conf ; do \
-- FixInstallFile $file $sysconfdir/$file ; \
-+ FixInstallFile $file $exampledir/$file ; \
- done
- fi
- fi