pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk Change DIST_SUBDIR to avoid people havi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/035d38a54258
branches:  trunk
changeset: 397969:035d38a54258
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Fri Aug 21 08:34:25 2009 +0000

description:
Change DIST_SUBDIR to avoid people having to manually remove the old
distfile.  Requested by wiz@.

diffstat:

 comms/asterisk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r d25c61344e39 -r 035d38a54258 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile   Fri Aug 21 08:30:51 2009 +0000
+++ b/comms/asterisk/Makefile   Fri Aug 21 08:34:25 2009 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.65 2009/08/20 22:33:47 jnemeth Exp $
+# $NetBSD: Makefile,v 1.66 2009/08/21 08:34:25 jnemeth Exp $
 
 DISTNAME=      asterisk-1.2.33
 PKGREVISION=   1
+# delete this with next version, this is only to account for the moh change
+DIST_SUBDIR=    ${PKGNAME_NOREV}-newmoh
 CATEGORIES=    comms net audio
 MASTER_SITES=  http://downloads.asterisk.org/pub/telephony/asterisk/releases/ \
                http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/



Home | Main Index | Thread Index | Old Index