diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-24 09:04:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-24 09:04:55 +0000 |
commit | d1bef83d6b7b2af0e12ce8081f7850e96cd687c6 (patch) | |
tree | a6271f6f9b3fcaf0fddbdf6a2f35730f1394a143 /comms/asterisk | |
parent | 0dc43c05278ba0b62b68c2027add27480f86f4d3 (diff) | |
download | pkgsrc-d1bef83d6b7b2af0e12ce8081f7850e96cd687c6.tar.gz |
Another try at fixing installation of the pkgconfig file under pbulk.
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/distinfo | 4 | ||||
-rw-r--r-- | comms/asterisk/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index 9a1bd4c9dfc..ae7acb5049e 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.33 2008/03/19 10:32:02 mjl Exp $ +$NetBSD: distinfo,v 1.34 2008/04/24 09:04:55 wiz Exp $ SHA1 (asterisk-1.2.27.tar.gz) = e20659e4d637d740fd45e18d363189ffff431bf4 RMD160 (asterisk-1.2.27.tar.gz) = 5a6fedd420ee36c8f7d174352c3f09db9bc34a42 Size (asterisk-1.2.27.tar.gz) = 10645295 bytes -SHA1 (patch-aa) = 00bd8a8bb4c5ca71d8ac9e9caecb95f23602281a +SHA1 (patch-aa) = 0070d874445d5bad7eb5a4cbd023a8f698e1f938 SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 SHA1 (patch-ad) = 93a40eebdd2049cce2a976e54fcc3ea6a0548ebb diff --git a/comms/asterisk/patches/patch-aa b/comms/asterisk/patches/patch-aa index c4d0a443c23..8526e93470b 100644 --- a/comms/asterisk/patches/patch-aa +++ b/comms/asterisk/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.12 2008/02/20 10:14:19 wiz Exp $ +$NetBSD: patch-aa,v 1.13 2008/04/24 09:04:56 wiz Exp $ ---- Makefile.orig 2007-07-16 18:33:02.000000000 +0000 +--- Makefile.orig 2007-07-16 20:33:02.000000000 +0200 +++ Makefile @@ -47,7 +47,6 @@ ifneq ($(findstring dont-optimize,$(MAKE #K6OPT = -DK6OPT @@ -156,7 +156,7 @@ $NetBSD: patch-aa,v 1.12 2008/02/20 10:14:19 wiz Exp $ datafiles: all - if [ x`$(ID) -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi -+ if [ x`$(ID) -un` = xroot ]; then sh mkpkgconfig $(DESTDIR)${PREFIX}/lib/pkgconfig; fi ++ sh mkpkgconfig $(DESTDIR)${PREFIX}/lib/pkgconfig mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/silence mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros |