diff options
author | wiz <wiz> | 2008-05-26 12:29:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-05-26 12:29:24 +0000 |
commit | 026a4160903c15be114873a35c5d3ea9f59f8805 (patch) | |
tree | d748c96e7ee57a15ac825509155689ff2070993f /comms | |
parent | 81e4bf3f9693a1a1985da72fe19efcd9848d5a3e (diff) | |
download | pkgsrc-026a4160903c15be114873a35c5d3ea9f59f8805.tar.gz |
Add INSTALLATION_DIRS so that installation is successful even in a bulk
build.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 1c737da33f4..23dc92780f5 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -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_BASH= mkpkgconfig REPLACE_PERL+= agi/agi-test.agi INSTALL_TARGET= install samples +INSTALLATION_DIRS= lib/pkgconfig # Running as non-root will come later #ASTERISK_USER?= asterisk |