diff options
author | bad <bad@pkgsrc.org> | 2015-05-14 10:58:04 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2015-05-14 10:58:04 +0000 |
commit | 48bba100019891ed8db1a5593cce09d0589b7347 (patch) | |
tree | 52a8f83727fb4877daa97dd4a55036b48efcb1f9 /net/unison/Makefile | |
parent | 7dcb20156d9aa921f8a9779560cb35b8802d1fb1 (diff) | |
download | pkgsrc-48bba100019891ed8db1a5593cce09d0589b7347.tar.gz |
The distfile of the actual release is different from the version that was
imported 5 weeks before the actual release.
Use DIST_SUBDIR to make this release fetchable. PKGREVISION++.
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 909f983437f..7e2b7721635 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.92 2015/04/25 14:23:47 tnn Exp $ +# $NetBSD: Makefile,v 1.93 2015/05/14 10:58:04 bad Exp $ DISTNAME= unison-2.48.3 -PKGREVISION= 3 +# XXX remove DIST_SUBDIR with next release +DIST_SUBDIR= ${DISTNAME}-release +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ |