diff options
author | gdt <gdt@pkgsrc.org> | 2019-06-29 14:40:01 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-06-29 14:40:01 +0000 |
commit | 59f33bc55748848af8dfef6ce73874c38114ecd8 (patch) | |
tree | 3cd8f5b20acefae2e03d82becd5b3c1c8c61cab1 /net | |
parent | da4480c131ebde31ad540f571ce8892d82503172 (diff) | |
download | pkgsrc-59f33bc55748848af8dfef6ce73874c38114ecd8.tar.gz |
net/unifi: Fix MASTER_SITES to avoid nbN
This is just the usual use of PKGVERSION_NOREV. Pointed out by Oskar.
Diffstat (limited to 'net')
-rw-r--r-- | net/unifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unifi/Makefile b/net/unifi/Makefile index 6481924a556..5b1d215672d 100644 --- a/net/unifi/Makefile +++ b/net/unifi/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2019/06/28 16:41:06 gdt Exp $ +# $NetBSD: Makefile,v 1.8 2019/06/29 14:40:01 gdt Exp $ DISTNAME= unifi-5.10.24 PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION}/UniFi.unix.zip +MASTER_SITES= -http://dl.ubnt.com/unifi/${PKGVERSION_NOREV}/UniFi.unix.zip EXTRACT_SUFX= .zip MAINTAINER= gdt@NetBSD.org |