diff options
author | obache <obache@pkgsrc.org> | 2011-04-28 02:30:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-28 02:30:11 +0000 |
commit | dae1f51999da92068a631f63d4064e22c5e45bbe (patch) | |
tree | aa396d63a8ca72ab8c86dbb5b10f9f44a1a10473 /comms/asterisk18 | |
parent | d00799e7fec44231e3532ad931cb58bce1a5c6d0 (diff) | |
download | pkgsrc-dae1f51999da92068a631f63d4064e22c5e45bbe.tar.gz |
Let not to change DIST_SUBDIR after bump PKGREVISION to 2.
PR#44914.
Diffstat (limited to 'comms/asterisk18')
-rw-r--r-- | comms/asterisk18/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile index 120b47bc590..443e249f537 100644 --- a/comms/asterisk18/Makefile +++ b/comms/asterisk18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/04/22 13:43:09 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/04/28 02:30:11 obache Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -6,7 +6,7 @@ DISTNAME= asterisk-1.8.2.3 #XXX change back with next revision #DIST_SUBDIR= ${PKGNAME_NOREV} -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV}nb1 PKGREVISION= 2 DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz |