Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+12
View File
@@ -0,0 +1,12 @@
$NetBSD: patch-run-tests.php,v 1.1 2014/11/24 15:37:08 taca Exp $
Use proper shbang line.
--- run-tests.php.orig 2014-11-12 13:52:21.000000000 +0000
+++ run-tests.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!@PREFIX@/bin/php
<?php
/*
+----------------------------------------------------------------------+