diff options
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 |