diff options
author | jnemeth <jnemeth> | 2015-08-09 04:10:01 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2015-08-09 04:10:01 +0000 |
commit | b6a804831283273f32b4c0f333ad53044e30ec47 (patch) | |
tree | 8b6a176b836a840fe8bac8bf37c7c5f3c29dc811 /comms | |
parent | 78ab0bbfb630344c7ec8351a0c1da380cee80b71 (diff) | |
download | pkgsrc-b6a804831283273f32b4c0f333ad53044e30ec47.tar.gz |
quickly eliminate PKGREVISION on update
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 2863168788d..008da738e42 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2015/08/09 04:07:13 jnemeth Exp $ +# $NetBSD: Makefile,v 1.126 2015/08/09 04:10:01 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,7 +7,6 @@ DISTNAME= asterisk-11.19.0 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 1 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ |