2013-09-26 17:14:40 +02:00

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";