diff options
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 |