mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
$NetBSD: patch-ac,v 1.3 2013/06/12 12:11:49 wiz Exp $
|
|
|
|
--- Net/vICQ/install.sh.orig 2002-04-09 12:32:33.000000000 -0400
|
|
+++ Net/vICQ/install.sh
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-output=`perl Makefile.PL 2>&1`;
|
|
+output=`perl Makefile.PL INSTALLDIRS=vendor 2>&1`;
|
|
if [ $? != 0 ]; then
|
|
echo "Command: [perl Makefile.PL]"
|
|
echo "$output";
|