diff options
author | obache <obache> | 2011-04-28 02:30:11 +0000 |
---|---|---|
committer | obache <obache> | 2011-04-28 02:30:11 +0000 |
commit | c5c73eafbf46a95b2ebb806ec69a32a7c84297a1 (patch) | |
tree | aa396d63a8ca72ab8c86dbb5b10f9f44a1a10473 /comms | |
parent | dc07144b1f9db0de49e8f07c6b28ffa98dfcb251 (diff) | |
download | pkgsrc-c5c73eafbf46a95b2ebb806ec69a32a7c84297a1.tar.gz |
Let not to change DIST_SUBDIR after bump PKGREVISION to 2.
PR#44914.
Diffstat (limited to 'comms')
-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 |