pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk Add INSTALLATION_DIRS so that installat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce9efdeacb14
branches:  trunk
changeset: 542731:ce9efdeacb14
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 26 12:29:24 2008 +0000

description:
Add INSTALLATION_DIRS so that installation is successful even in a bulk
build.

diffstat:

 comms/asterisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ac4c86e563e -r ce9efdeacb14 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile   Mon May 26 12:15:14 2008 +0000
+++ b/comms/asterisk/Makefile   Mon May 26 12:29:24 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2008/03/19 10:32:02 mjl Exp $
+# $NetBSD: Makefile,v 1.50 2008/05/26 12:29:24 wiz Exp $
 
 DISTNAME=      asterisk-1.2.27
 #PKGREVISION=  2
@@ -17,6 +17,7 @@
 REPLACE_PERL+=         agi/agi-test.agi
 
 INSTALL_TARGET=                install samples
+INSTALLATION_DIRS=     lib/pkgconfig
 
 # Running as non-root will come later
 #ASTERISK_USER?=       asterisk



Home | Main Index | Thread Index | Old Index