diff options
author | gdt <gdt@pkgsrc.org> | 2019-08-08 16:47:26 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-08-08 16:47:26 +0000 |
commit | 2c96df5dafc1c0e2cb229ca554d547dc202cd120 (patch) | |
tree | 421e28b8d8f1a9b1e74c841d95c1480daf42daa1 /net/unifi | |
parent | b07ab61de01581afab18040ba99a125ee205c983 (diff) | |
download | pkgsrc-2c96df5dafc1c0e2cb229ca554d547dc202cd120.tar.gz |
net/unifi: Store blog URL
The content that belongs in NEWS are often in a blog. Thanks to
thorpej@ for pointing this out; perhaps in-lieu-of-upstream-NEWS
contents will be better in future commits.
Diffstat (limited to 'net/unifi')
-rw-r--r-- | net/unifi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/unifi/Makefile b/net/unifi/Makefile index 16e71b57658..b87476726ce 100644 --- a/net/unifi/Makefile +++ b/net/unifi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/08/08 13:24:41 gdt Exp $ +# $NetBSD: Makefile,v 1.12 2019/08/08 16:47:26 gdt Exp $ DISTNAME= unifi-5.10.26 CATEGORIES= net @@ -7,6 +7,8 @@ EXTRACT_SUFX= .zip MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://www.ubnt.com/download/unifi/ +# The content that belongs in NEWS are often in a blog. +#BLOGPAGE= https://community.ui.com/releases COMMENT= Provisioning software for network products made by Ubiquiti LICENSE= ubiquiti-license |