diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-12 19:30:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-12 19:30:15 +0000 |
commit | 98abb07ff1e8a42d11b18eb5485c5002e49fd91a (patch) | |
tree | 3af8b18f13159d7f73a44a0833fa06d822b592df /comms/asterisk | |
parent | c650302ae128800a6009aa6c1fd842265578ccd9 (diff) | |
download | pkgsrc-98abb07ff1e8a42d11b18eb5485c5002e49fd91a.tar.gz |
The script interpreter of libdata/asterisk/agi-bin/agi-test.agi had been
/usr/bin/perl -- added the file to REPLACE_PERL. Because the binary
package changed, bump PKGREVISION.
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index fa4fcf06346..d87b14c50eb 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/01/12 19:11:55 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/12 19:30:15 rillig Exp $ DISTNAME= asterisk-1.0.9 +PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases @@ -13,6 +14,8 @@ USE_TOOLS+= bison gmake MANCOMPRESSED= yes +REPLACE_PERL+= agi/agi-test.agi + INSTALL_TARGET= install samples # Running as non-root will come later |