diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-26 12:29:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-26 12:29:24 +0000 |
commit | eff6f440a26d971923066296f2e30baeb4e48114 (patch) | |
tree | d748c96e7ee57a15ac825509155689ff2070993f /comms/asterisk | |
parent | ce44555ab993db82fc4144fa7da53300b0c5a83c (diff) | |
download | pkgsrc-eff6f440a26d971923066296f2e30baeb4e48114.tar.gz |
Add INSTALLATION_DIRS so that installation is successful even in a bulk
build.
Diffstat (limited to 'comms/asterisk')
-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 |